Html Css Color HEX #BCD942 Las Palmas

📋 copy color: '#BCD942'

red 188 ◦ green 217 ◦ blue 66

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

Shades of Las Palmas #BCD942

Tints of Las Palmas #BCD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.07%

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

R = 39.92%
G = 46.07%
B = 14.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#BCD942 (or 0xBCD942) is known color: Las Palmas. HEX triplet: BC, D9 and 42. RGB value is (188,217,66). Sum of RGB (Red+Green+Blue) = 188+217+66=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD942 is #4326BD. Grayscale: #BFBFBF. Windows color (decimal): -4400830 or 4381116. OLE color: 4381116.

HSL color Cylindrical-coordinate representation of color #BCD942: hue angle of 71.52º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCD942 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 217 66 -
CMYK 0.13 0 0.70 0.15
HSL 71.52º 0.67% 0.55% -
HSV(B) 71.52º 0.7% 0.85% -
XYZ 46.54 60.71 14.42 -
YUV 191.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 188 217 66 0.13 0 0.70 0.15 71.52 0.67 0.55
Hex BC D9 42 D 0 46 F 48 43 37
Octal 274 331 102 15 0 106 17 110 103 67
Binary 10111100 11011001 1000010 1101 0 1000110 1111 1001000 1000011 110111

Color Harmonies of #BCD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD942

Black with #BCD942

Text Example


Text Example

White with #BCD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD942; }

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

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

background-color css

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

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

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

border-color css

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

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

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