Html Css Color HEX #BDB52B Earls Green

📋 copy color: '#BDB52B'

red 189 ◦ green 181 ◦ blue 43

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

Shades of Earls Green #BDB52B

Tints of Earls Green #BDB52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.41%

R = 45.76%
G = 43.83%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDB52B (or 0xBDB52B) is known color: Earls Green. HEX triplet: BD, B5 and 2B. RGB value is (189,181,43). Sum of RGB (Red+Green+Blue) = 189+181+43=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52B is #424AD4. Grayscale: #A8A8A8. Windows color (decimal): -4344533 or 2864573. OLE color: 2864573.

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

Color convert

RGB 189 181 43 -
CMYK 0 0.04 0.77 0.26
HSL 56.71º 0.63% 0.45% -
HSV(B) 56.71º 0.77% 0.74% -
XYZ 37.95 44.04 8.79 -
YUV 167.66 57.65 143.22 -
System Red Green Blue C M Y K H S L
Decimal 189 181 43 0 0.04 0.77 0.26 56.71 0.63 0.45
Hex BD B5 2B 0 4 4D 1A 39 3F 2D
Octal 275 265 53 0 4 115 32 71 77 55
Binary 10111101 10110101 101011 0 100 1001101 11010 111001 111111 101101

Color Harmonies of #BDB52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB52B

Black with #BDB52B

Text Example


Text Example

White with #BDB52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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