Html Css Color HEX #BDB024 Earls Green

📋 copy color: '#BDB024'

red 189 ◦ green 176 ◦ blue 36

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

Shades of Earls Green #BDB024

Tints of Earls Green #BDB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.89%

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 47.13%
G = 43.89%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB024 (or 0xBDB024) is known color: Earls Green. HEX triplet: BD, B0 and 24. RGB value is (189,176,36). Sum of RGB (Red+Green+Blue) = 189+176+36=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB024 is #424FDB. Grayscale: #A4A4A4. Windows color (decimal): -4345820 or 2404541. OLE color: 2404541.

HSL color Cylindrical-coordinate representation of color #BDB024: hue angle of 54.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB024 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 36 -
CMYK 0 0.07 0.81 0.26
HSL 54.9º 0.68% 0.44% -
HSV(B) 54.9º 0.81% 0.74% -
XYZ 36.83 42 7.83 -
YUV 163.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 189 176 36 0 0.07 0.81 0.26 54.9 0.68 0.44
Hex BD B0 24 0 7 51 1A 37 44 2C
Octal 275 260 44 0 7 121 32 67 104 54
Binary 10111101 10110000 100100 0 111 1010001 11010 110111 1000100 101100

Color Harmonies of #BDB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB024

Black with #BDB024

Text Example


Text Example

White with #BDB024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB024; }

 p { color: rgb(189,176,36); }

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

background-color css

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

 a { background-color: rgb(189,176,36); }

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

border-color css

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

 span { border-color: rgb(189,176,36); }

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