Html Css Color HEX #BDB117 Earls Green

📋 copy color: '#BDB117'

red 189 ◦ green 177 ◦ blue 23

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

Shades of Earls Green #BDB117

Tints of Earls Green #BDB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 23 (9.38% from 255) = 5.91%

R = 48.59%
G = 45.5%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BDB117 (or 0xBDB117) is known color: Earls Green. HEX triplet: BD, B1 and 17. RGB value is (189,177,23). Sum of RGB (Red+Green+Blue) = 189+177+23=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB117 is #424EE8. Grayscale: #A3A3A3. Windows color (decimal): -4345577 or 1552829. OLE color: 1552829.

HSL color Cylindrical-coordinate representation of color #BDB117: hue angle of 55.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB117 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 177 23 -
CMYK 0 0.06 0.88 0.26
HSL 55.66º 0.78% 0.42% -
HSV(B) 55.66º 0.88% 0.74% -
XYZ 36.86 42.32 7.04 -
YUV 163.03 48.98 146.52 -
System Red Green Blue C M Y K H S L
Decimal 189 177 23 0 0.06 0.88 0.26 55.66 0.78 0.42
Hex BD B1 17 0 6 58 1A 38 4E 2A
Octal 275 261 27 0 6 130 32 70 116 52
Binary 10111101 10110001 10111 0 110 1011000 11010 111000 1001110 101010

Color Harmonies of #BDB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB117

Black with #BDB117

Text Example


Text Example

White with #BDB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB117; }

 p { color: rgb(189,177,23); }

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

background-color css

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

 a { background-color: rgb(189,177,23); }

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

border-color css

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

 span { border-color: rgb(189,177,23); }

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