Html Css Color HEX #BDB028 Earls Green

📋 copy color: '#BDB028'

red 189 ◦ green 176 ◦ blue 40

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

Shades of Earls Green #BDB028

Tints of Earls Green #BDB028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.88%

R = 46.67%
G = 43.46%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BDB028 (or 0xBDB028) is known color: Earls Green. HEX triplet: BD, B0 and 28. RGB value is (189,176,40). Sum of RGB (Red+Green+Blue) = 189+176+40=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 176 (69.14% from 255 or 43.46% from 405); Blue value is 40 (16.02% from 255 or 9.88% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB028 is #424FD7. Grayscale: #A4A4A4. Windows color (decimal): -4345816 or 2666685. OLE color: 2666685.

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

Color convert

RGB 189 176 40 -
CMYK 0 0.07 0.79 0.26
HSL 54.77º 0.65% 0.45% -
HSV(B) 54.77º 0.79% 0.74% -
XYZ 36.89 42.02 8.17 -
YUV 164.38 57.81 145.56 -
System Red Green Blue C M Y K H S L
Decimal 189 176 40 0 0.07 0.79 0.26 54.77 0.65 0.45
Hex BD B0 28 0 7 4F 1A 37 41 2D
Octal 275 260 50 0 7 117 32 67 101 55
Binary 10111101 10110000 101000 0 111 1001111 11010 110111 1000001 101101

Color Harmonies of #BDB028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB028

Black with #BDB028

Text Example


Text Example

White with #BDB028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB028; }

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

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

background-color css

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

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

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

border-color css

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

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

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