Html Css Color HEX #BDB218 Earls Green

📋 copy color: '#BDB218'

red 189 ◦ green 178 ◦ blue 24

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

Shades of Earls Green #BDB218

Tints of Earls Green #BDB218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 48.34%
G = 45.52%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BDB218 (or 0xBDB218) is known color: Earls Green. HEX triplet: BD, B2 and 18. RGB value is (189,178,24). Sum of RGB (Red+Green+Blue) = 189+178+24=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB218 is #424DE7. Grayscale: #A4A4A4. Windows color (decimal): -4345320 or 1618621. OLE color: 1618621.

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

Color convert

RGB 189 178 24 -
CMYK 0 0.06 0.87 0.26
HSL 56º 0.77% 0.42% -
HSV(B) 56º 0.87% 0.74% -
XYZ 37.07 42.73 7.16 -
YUV 163.73 49.14 146.02 -
System Red Green Blue C M Y K H S L
Decimal 189 178 24 0 0.06 0.87 0.26 56 0.77 0.42
Hex BD B2 18 0 6 57 1A 38 4D 2A
Octal 275 262 30 0 6 127 32 70 115 52
Binary 10111101 10110010 11000 0 110 1010111 11010 111000 1001101 101010

Color Harmonies of #BDB218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB218

Black with #BDB218

Text Example


Text Example

White with #BDB218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB218; }

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

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

background-color css

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

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

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

border-color css

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

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

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