Html Css Color HEX #BDB116 Earls Green

📋 copy color: '#BDB116'

red 189 ◦ green 177 ◦ blue 22

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

Shades of Earls Green #BDB116

Tints of Earls Green #BDB116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 48.71%
G = 45.62%
B = 5.67%

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

#BDB116 (or 0xBDB116) is known color: Earls Green. HEX triplet: BD, B1 and 16. RGB value is (189,177,22). Sum of RGB (Red+Green+Blue) = 189+177+22=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB116 is #424EE9. Grayscale: #A3A3A3. Windows color (decimal): -4345578 or 1487293. OLE color: 1487293.

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

Color convert

RGB 189 177 22 -
CMYK 0 0.06 0.88 0.26
HSL 55.69º 0.79% 0.41% -
HSV(B) 55.69º 0.88% 0.74% -
XYZ 36.85 42.32 6.99 -
YUV 162.92 48.48 146.6 -
System Red Green Blue C M Y K H S L
Decimal 189 177 22 0 0.06 0.88 0.26 55.69 0.79 0.41
Hex BD B1 16 0 6 58 1A 38 4F 29
Octal 275 261 26 0 6 130 32 70 117 51
Binary 10111101 10110001 10110 0 110 1011000 11010 111000 1001111 101001

Color Harmonies of #BDB116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB116

Black with #BDB116

Text Example


Text Example

White with #BDB116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB116; }

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

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

background-color css

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

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

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

border-color css

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

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

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