Html Css Color HEX #BCD242 Las Palmas

📋 copy color: '#BCD242'

red 188 ◦ green 210 ◦ blue 66

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

Shades of Las Palmas #BCD242

Tints of Las Palmas #BCD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.26%

 BLUE value IS 66 (26.17% from 255) = 14.22%

R = 40.52%
G = 45.26%
B = 14.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#BCD242 (or 0xBCD242) is known color: Las Palmas. HEX triplet: BC, D2 and 42. RGB value is (188,210,66). Sum of RGB (Red+Green+Blue) = 188+210+66=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD242 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD242 is #432DBD. Grayscale: #BBBBBB. Windows color (decimal): -4402622 or 4379324. OLE color: 4379324.

HSL color Cylindrical-coordinate representation of color #BCD242: hue angle of 69.17º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCD242 is Cyan = 0.10, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 66 -
CMYK 0.10 0 0.69 0.18
HSL 69.17º 0.62% 0.54% -
HSV(B) 69.17º 0.69% 0.82% -
XYZ 44.77 57.18 13.83 -
YUV 187.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 188 210 66 0.10 0 0.69 0.18 69.17 0.62 0.54
Hex BC D2 42 A 0 45 12 45 3E 36
Octal 274 322 102 12 0 105 22 105 76 66
Binary 10111100 11010010 1000010 1010 0 1000101 10010 1000101 111110 110110

Color Harmonies of #BCD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD242

Black with #BCD242

Text Example


Text Example

White with #BCD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD242; }

 p { color: rgb(188,210,66); }

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

background-color css

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

 a { background-color: rgb(188,210,66); }

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

border-color css

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

 span { border-color: rgb(188,210,66); }

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