Html Css Color HEX #BDB525 Earls Green

📋 copy color: '#BDB525'

red 189 ◦ green 181 ◦ blue 37

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

Shades of Earls Green #BDB525

Tints of Earls Green #BDB525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.09%

R = 46.44%
G = 44.47%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB525 (or 0xBDB525) is known color: Earls Green. HEX triplet: BD, B5 and 25. RGB value is (189,181,37). Sum of RGB (Red+Green+Blue) = 189+181+37=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 181 (71.09% from 255 or 44.47% from 407); Blue value is 37 (14.84% from 255 or 9.09% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB525 is #424ADA. Grayscale: #A7A7A7. Windows color (decimal): -4344539 or 2471357. OLE color: 2471357.

HSL color Cylindrical-coordinate representation of color #BDB525: hue angle of 56.84º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDB525 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 181 37 -
CMYK 0 0.04 0.80 0.26
HSL 56.84º 0.67% 0.44% -
HSV(B) 56.84º 0.8% 0.74% -
XYZ 37.84 44 8.25 -
YUV 166.98 54.65 143.71 -
System Red Green Blue C M Y K H S L
Decimal 189 181 37 0 0.04 0.80 0.26 56.84 0.67 0.44
Hex BD B5 25 0 4 50 1A 39 43 2C
Octal 275 265 45 0 4 120 32 71 103 54
Binary 10111101 10110101 100101 0 100 1010000 11010 111001 1000011 101100

Color Harmonies of #BDB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB525

Black with #BDB525

Text Example


Text Example

White with #BDB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB525; }

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

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

background-color css

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

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

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

border-color css

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

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

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