Html Css Color HEX #BDA52E Earls Green

📋 copy color: '#BDA52E'

red 189 ◦ green 165 ◦ blue 46

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

Shades of Earls Green #BDA52E

Tints of Earls Green #BDA52E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 47.25%
G = 41.25%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BDA52E (or 0xBDA52E) is known color: Earls Green. HEX triplet: BD, A5 and 2E. RGB value is (189,165,46). Sum of RGB (Red+Green+Blue) = 189+165+46=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 46 (18.36% from 255 or 11.5% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA52E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA52E is #425AD1. Grayscale: #9F9F9F. Windows color (decimal): -4348626 or 3057085. OLE color: 3057085.

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

Color convert

RGB 189 165 46 -
CMYK 0 0.13 0.76 0.26
HSL 49.93º 0.61% 0.46% -
HSV(B) 49.93º 0.76% 0.74% -
XYZ 34.93 37.93 8.06 -
YUV 158.61 64.45 149.68 -
System Red Green Blue C M Y K H S L
Decimal 189 165 46 0 0.13 0.76 0.26 49.93 0.61 0.46
Hex BD A5 2E 0 D 4C 1A 32 3D 2E
Octal 275 245 56 0 15 114 32 62 75 56
Binary 10111101 10100101 101110 0 1101 1001100 11010 110010 111101 101110

Color Harmonies of #BDA52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA52E

Black with #BDA52E

Text Example


Text Example

White with #BDA52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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