Html Css Color HEX #BDD942 Las Palmas

📋 copy color: '#BDD942'

red 189 ◦ green 217 ◦ blue 66

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

Shades of Las Palmas #BDD942

Tints of Las Palmas #BDD942

RGB

 RED value IS 189 (74.22% from 255) = 40.04%

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

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

R = 40.04%
G = 45.97%
B = 13.98%

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

#BDD942 (or 0xBDD942) is known color: Las Palmas. HEX triplet: BD, D9 and 42. RGB value is (189,217,66). Sum of RGB (Red+Green+Blue) = 189+217+66=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDD942 is #4226BD. Grayscale: #BFBFBF. Windows color (decimal): -4335294 or 4381117. OLE color: 4381117.

HSL color Cylindrical-coordinate representation of color #BDD942: hue angle of 71.13º 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 #BDD942 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 217 66 -
CMYK 0.13 0 0.70 0.15
HSL 71.13º 0.67% 0.55% -
HSV(B) 71.13º 0.7% 0.85% -
XYZ 46.78 60.84 14.43 -
YUV 191.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 189 217 66 0.13 0 0.70 0.15 71.13 0.67 0.55
Hex BD D9 42 D 0 46 F 47 43 37
Octal 275 331 102 15 0 106 17 107 103 67
Binary 10111101 11011001 1000010 1101 0 1000110 1111 1000111 1000011 110111

Color Harmonies of #BDD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD942

Black with #BDD942

Text Example


Text Example

White with #BDD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD942; }

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

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

background-color css

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

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

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

border-color css

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

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

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