Html Css Color HEX #BDB52A Earls Green

📋 copy color: '#BDB52A'

red 189 ◦ green 181 ◦ blue 42

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

Shades of Earls Green #BDB52A

Tints of Earls Green #BDB52A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.93%

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 45.87%
G = 43.93%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BDB52A (or 0xBDB52A) is known color: Earls Green. HEX triplet: BD, B5 and 2A. RGB value is (189,181,42). Sum of RGB (Red+Green+Blue) = 189+181+42=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 181 (71.09% from 255 or 43.93% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52A is #424AD5. Grayscale: #A8A8A8. Windows color (decimal): -4344534 or 2799037. OLE color: 2799037.

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

Color convert

RGB 189 181 42 -
CMYK 0 0.04 0.78 0.26
HSL 56.73º 0.64% 0.45% -
HSV(B) 56.73º 0.78% 0.74% -
XYZ 37.93 44.03 8.69 -
YUV 167.55 57.15 143.3 -
System Red Green Blue C M Y K H S L
Decimal 189 181 42 0 0.04 0.78 0.26 56.73 0.64 0.45
Hex BD B5 2A 0 4 4E 1A 39 40 2D
Octal 275 265 52 0 4 116 32 71 100 55
Binary 10111101 10110101 101010 0 100 1001110 11010 111001 1000000 101101

Color Harmonies of #BDB52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB52A

Black with #BDB52A

Text Example


Text Example

White with #BDB52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB52A; }

 p { color: rgb(189,181,42); }

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

background-color css

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

 a { background-color: rgb(189,181,42); }

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

border-color css

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

 span { border-color: rgb(189,181,42); }

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