Html Css Color HEX #BCD63E Las Palmas

📋 copy color: '#BCD63E'

red 188 ◦ green 214 ◦ blue 62

#BCD63E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BCD63E

Tints of Las Palmas #BCD63E

RGB

 RED value IS 188 (73.83% from 255) = 40.52%

 GREEN value IS 214 (83.98% from 255) = 46.12%

 BLUE value IS 62 (24.61% from 255) = 13.36%

R = 40.52%
G = 46.12%
B = 13.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD63E (or 0xBCD63E) is known color: Las Palmas. HEX triplet: BC, D6 and 3E. RGB value is (188,214,62). Sum of RGB (Red+Green+Blue) = 188+214+62=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD63E is #4329C1. Grayscale: #BDBDBD. Windows color (decimal): -4401602 or 4118204. OLE color: 4118204.

HSL color Cylindrical-coordinate representation of color #BCD63E: hue angle of 70.26º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCD63E is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 214 62 -
CMYK 0.12 0 0.71 0.16
HSL 70.26º 0.65% 0.54% -
HSV(B) 70.26º 0.71% 0.84% -
XYZ 45.66 59.13 13.56 -
YUV 188.9 56.39 127.36 -
System Red Green Blue C M Y K H S L
Decimal 188 214 62 0.12 0 0.71 0.16 70.26 0.65 0.54
Hex BC D6 3E C 0 47 10 46 41 36
Octal 274 326 76 14 0 107 20 106 101 66
Binary 10111100 11010110 111110 1100 0 1000111 10000 1000110 1000001 110110

Color Harmonies of #BCD63E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD63E

Black with #BCD63E

Text Example


Text Example

White with #BCD63E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD63E; }

 p { color: rgb(188,214,62); }

 H1.HeaderClassName
 {
   color: #BCD63E;
 }
 .AnyTagClassName
 {
   color: #BCD63E;
 }
</style>

background-color css

<style>
 a { background-color: #BCD63E; }

 a { background-color: rgb(188,214,62); }

 div.DivClassName
 {
   background-color: #BCD63E;
 }
 .BgClassName
 {
   background-color: #BCD63E;
 }
</style>

border-color css

<style>
 span { border-color: #BCD63E; }

 span { border-color: rgb(188,214,62); }

 td.TdClassName
 {
   border-color: #BCD63E;
 }
 .TagClassName
 {
   border-color: #BCD63E;
 }
</style>