Html Css Color HEX #BDA324 Earls Green

📋 copy color: '#BDA324'

red 189 ◦ green 163 ◦ blue 36

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

Shades of Earls Green #BDA324

Tints of Earls Green #BDA324

RGB

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

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

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

R = 48.71%
G = 42.01%
B = 9.28%

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

#BDA324 (or 0xBDA324) is known color: Earls Green. HEX triplet: BD, A3 and 24. RGB value is (189,163,36). Sum of RGB (Red+Green+Blue) = 189+163+36=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA324 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA324 is #425CDB. Grayscale: #9C9C9C. Windows color (decimal): -4349148 or 2401213. OLE color: 2401213.

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

Color convert

RGB 189 163 36 -
CMYK 0 0.14 0.81 0.26
HSL 49.8º 0.68% 0.44% -
HSV(B) 49.8º 0.81% 0.74% -
XYZ 34.4 37.14 7.02 -
YUV 156.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 189 163 36 0 0.14 0.81 0.26 49.8 0.68 0.44
Hex BD A3 24 0 E 51 1A 32 44 2C
Octal 275 243 44 0 16 121 32 62 104 54
Binary 10111101 10100011 100100 0 1110 1010001 11010 110010 1000100 101100

Color Harmonies of #BDA324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA324

Black with #BDA324

Text Example


Text Example

White with #BDA324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA324; }

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

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

background-color css

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

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

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

border-color css

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

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

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