Html Css Color HEX #BDA32E Earls Green

📋 copy color: '#BDA32E'

red 189 ◦ green 163 ◦ blue 46

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

Shades of Earls Green #BDA32E

Tints of Earls Green #BDA32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.56%

R = 47.49%
G = 40.95%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BDA32E (or 0xBDA32E) is known color: Earls Green. HEX triplet: BD, A3 and 2E. RGB value is (189,163,46). Sum of RGB (Red+Green+Blue) = 189+163+46=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA32E is #425CD1. Grayscale: #9D9D9D. Windows color (decimal): -4349138 or 3056573. OLE color: 3056573.

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

Color convert

RGB 189 163 46 -
CMYK 0 0.14 0.76 0.26
HSL 49.09º 0.61% 0.46% -
HSV(B) 49.09º 0.76% 0.74% -
XYZ 34.58 37.21 7.94 -
YUV 157.44 65.11 150.51 -
System Red Green Blue C M Y K H S L
Decimal 189 163 46 0 0.14 0.76 0.26 49.09 0.61 0.46
Hex BD A3 2E 0 E 4C 1A 31 3D 2E
Octal 275 243 56 0 16 114 32 61 75 56
Binary 10111101 10100011 101110 0 1110 1001100 11010 110001 111101 101110

Color Harmonies of #BDA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA32E

Black with #BDA32E

Text Example


Text Example

White with #BDA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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