Html Css Color HEX #BDA224 Earls Green

📋 copy color: '#BDA224'

red 189 ◦ green 162 ◦ blue 36

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

Shades of Earls Green #BDA224

Tints of Earls Green #BDA224

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 48.84%
G = 41.86%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDA224 (or 0xBDA224) is known color: Earls Green. HEX triplet: BD, A2 and 24. RGB value is (189,162,36). Sum of RGB (Red+Green+Blue) = 189+162+36=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA224 is #425DDB. Grayscale: #9C9C9C. Windows color (decimal): -4349404 or 2400957. OLE color: 2400957.

HSL color Cylindrical-coordinate representation of color #BDA224: hue angle of 49.41º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDA224 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 162 36 -
CMYK 0 0.14 0.81 0.26
HSL 49.41º 0.68% 0.44% -
HSV(B) 49.41º 0.81% 0.74% -
XYZ 34.23 36.79 6.97 -
YUV 155.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 189 162 36 0 0.14 0.81 0.26 49.41 0.68 0.44
Hex BD A2 24 0 E 51 1A 31 44 2C
Octal 275 242 44 0 16 121 32 61 104 54
Binary 10111101 10100010 100100 0 1110 1010001 11010 110001 1000100 101100

Color Harmonies of #BDA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA224

Black with #BDA224

Text Example


Text Example

White with #BDA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA224; }

 p { color: rgb(189,162,36); }

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

background-color css

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

 a { background-color: rgb(189,162,36); }

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

border-color css

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

 span { border-color: rgb(189,162,36); }

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