Html Css Color HEX #BDA325 Earls Green

📋 copy color: '#BDA325'

red 189 ◦ green 163 ◦ blue 37

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

Shades of Earls Green #BDA325

Tints of Earls Green #BDA325

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

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

R = 48.59%
G = 41.9%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BDA325 (or 0xBDA325) is known color: Earls Green. HEX triplet: BD, A3 and 25. RGB value is (189,163,37). Sum of RGB (Red+Green+Blue) = 189+163+37=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA325 is #425CDA. Grayscale: #9C9C9C. Windows color (decimal): -4349147 or 2466749. OLE color: 2466749.

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

Color convert

RGB 189 163 37 -
CMYK 0 0.14 0.80 0.26
HSL 49.74º 0.67% 0.44% -
HSV(B) 49.74º 0.8% 0.74% -
XYZ 34.42 37.15 7.11 -
YUV 156.41 60.61 151.25 -
System Red Green Blue C M Y K H S L
Decimal 189 163 37 0 0.14 0.80 0.26 49.74 0.67 0.44
Hex BD A3 25 0 E 50 1A 32 43 2C
Octal 275 243 45 0 16 120 32 62 103 54
Binary 10111101 10100011 100101 0 1110 1010000 11010 110010 1000011 101100

Color Harmonies of #BDA325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA325

Black with #BDA325

Text Example


Text Example

White with #BDA325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA325; }

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

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

background-color css

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

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

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

border-color css

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

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

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