Html Css Color HEX #BDB027 Earls Green

📋 copy color: '#BDB027'

red 189 ◦ green 176 ◦ blue 39

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

Shades of Earls Green #BDB027

Tints of Earls Green #BDB027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.65%

R = 46.78%
G = 43.56%
B = 9.65%

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

#BDB027 (or 0xBDB027) is known color: Earls Green. HEX triplet: BD, B0 and 27. RGB value is (189,176,39). Sum of RGB (Red+Green+Blue) = 189+176+39=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB027 is #424FD8. Grayscale: #A4A4A4. Windows color (decimal): -4345817 or 2601149. OLE color: 2601149.

HSL color Cylindrical-coordinate representation of color #BDB027: hue angle of 54.8º degrees, saturation: 0.66, 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 #BDB027 is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 39 -
CMYK 0 0.07 0.79 0.26
HSL 54.8º 0.66% 0.45% -
HSV(B) 54.8º 0.79% 0.74% -
XYZ 36.88 42.02 8.09 -
YUV 164.27 57.31 145.64 -
System Red Green Blue C M Y K H S L
Decimal 189 176 39 0 0.07 0.79 0.26 54.8 0.66 0.45
Hex BD B0 27 0 7 4F 1A 37 42 2D
Octal 275 260 47 0 7 117 32 67 102 55
Binary 10111101 10110000 100111 0 111 1001111 11010 110111 1000010 101101

Color Harmonies of #BDB027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB027

Black with #BDB027

Text Example


Text Example

White with #BDB027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB027; }

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

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

background-color css

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

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

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

border-color css

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

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

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