Html Css Color HEX #BDA32C Earls Green

📋 copy color: '#BDA32C'

red 189 ◦ green 163 ◦ blue 44

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

Shades of Earls Green #BDA32C

Tints of Earls Green #BDA32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.11%

R = 47.73%
G = 41.16%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BDA32C (or 0xBDA32C) is known color: Earls Green. HEX triplet: BD, A3 and 2C. RGB value is (189,163,44). Sum of RGB (Red+Green+Blue) = 189+163+44=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32C is #425CD3. Grayscale: #9D9D9D. Windows color (decimal): -4349140 or 2925501. OLE color: 2925501.

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

Color convert

RGB 189 163 44 -
CMYK 0 0.14 0.77 0.26
HSL 49.24º 0.62% 0.46% -
HSV(B) 49.24º 0.77% 0.74% -
XYZ 34.54 37.2 7.74 -
YUV 157.21 64.11 150.68 -
System Red Green Blue C M Y K H S L
Decimal 189 163 44 0 0.14 0.77 0.26 49.24 0.62 0.46
Hex BD A3 2C 0 E 4D 1A 31 3E 2E
Octal 275 243 54 0 16 115 32 61 76 56
Binary 10111101 10100011 101100 0 1110 1001101 11010 110001 111110 101110

Color Harmonies of #BDA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA32C

Black with #BDA32C

Text Example


Text Example

White with #BDA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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