Html Css Color HEX #BDB325 Earls Green

📋 copy color: '#BDB325'

red 189 ◦ green 179 ◦ blue 37

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

Shades of Earls Green #BDB325

Tints of Earls Green #BDB325

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.2%

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

R = 46.67%
G = 44.2%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDB325 (or 0xBDB325) is known color: Earls Green. HEX triplet: BD, B3 and 25. RGB value is (189,179,37). Sum of RGB (Red+Green+Blue) = 189+179+37=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 179 (70.31% from 255 or 44.20% from 405); Blue value is 37 (14.84% from 255 or 9.14% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB325 is #424CDA. Grayscale: #A6A6A6. Windows color (decimal): -4345051 or 2470845. OLE color: 2470845.

HSL color Cylindrical-coordinate representation of color #BDB325: hue angle of 56.05º 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 #BDB325 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 179 37 -
CMYK 0 0.05 0.80 0.26
HSL 56.05º 0.67% 0.44% -
HSV(B) 56.05º 0.8% 0.74% -
XYZ 37.44 43.19 8.11 -
YUV 165.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 189 179 37 0 0.05 0.80 0.26 56.05 0.67 0.44
Hex BD B3 25 0 5 50 1A 38 43 2C
Octal 275 263 45 0 5 120 32 70 103 54
Binary 10111101 10110011 100101 0 101 1010000 11010 111000 1000011 101100

Color Harmonies of #BDB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB325

Black with #BDB325

Text Example


Text Example

White with #BDB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB325; }

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

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

background-color css

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

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

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

border-color css

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

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

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