Html Css Color HEX #BDB216 Earls Green

📋 copy color: '#BDB216'

red 189 ◦ green 178 ◦ blue 22

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

Shades of Earls Green #BDB216

Tints of Earls Green #BDB216

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.76%

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

R = 48.59%
G = 45.76%
B = 5.66%

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

#BDB216 (or 0xBDB216) is known color: Earls Green. HEX triplet: BD, B2 and 16. RGB value is (189,178,22). Sum of RGB (Red+Green+Blue) = 189+178+22=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 22 (8.98% from 255 or 5.66% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB216 is #424DE9. Grayscale: #A4A4A4. Windows color (decimal): -4345322 or 1487549. OLE color: 1487549.

HSL color Cylindrical-coordinate representation of color #BDB216: hue angle of 56.05º 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 #BDB216 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 178 22 -
CMYK 0 0.06 0.88 0.26
HSL 56.05º 0.79% 0.41% -
HSV(B) 56.05º 0.88% 0.74% -
XYZ 37.05 42.72 7.05 -
YUV 163.51 48.14 146.18 -
System Red Green Blue C M Y K H S L
Decimal 189 178 22 0 0.06 0.88 0.26 56.05 0.79 0.41
Hex BD B2 16 0 6 58 1A 38 4F 29
Octal 275 262 26 0 6 130 32 70 117 51
Binary 10111101 10110010 10110 0 110 1011000 11010 111000 1001111 101001

Color Harmonies of #BDB216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB216

Black with #BDB216

Text Example


Text Example

White with #BDB216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB216; }

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

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

background-color css

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

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

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

border-color css

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

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

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