Html Css Color HEX #BDA92E Earls Green

📋 copy color: '#BDA92E'

red 189 ◦ green 169 ◦ blue 46

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

Shades of Earls Green #BDA92E

Tints of Earls Green #BDA92E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 41.83%

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

R = 46.78%
G = 41.83%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BDA92E (or 0xBDA92E) is known color: Earls Green. HEX triplet: BD, A9 and 2E. RGB value is (189,169,46). Sum of RGB (Red+Green+Blue) = 189+169+46=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA92E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA92E is #4256D1. Grayscale: #A1A1A1. Windows color (decimal): -4347602 or 3058109. OLE color: 3058109.

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

Color convert

RGB 189 169 46 -
CMYK 0 0.11 0.76 0.26
HSL 51.61º 0.61% 0.46% -
HSV(B) 51.61º 0.76% 0.74% -
XYZ 35.67 39.39 8.31 -
YUV 160.96 63.13 148 -
System Red Green Blue C M Y K H S L
Decimal 189 169 46 0 0.11 0.76 0.26 51.61 0.61 0.46
Hex BD A9 2E 0 B 4C 1A 34 3D 2E
Octal 275 251 56 0 13 114 32 64 75 56
Binary 10111101 10101001 101110 0 1011 1001100 11010 110100 111101 101110

Color Harmonies of #BDA92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA92E

Black with #BDA92E

Text Example


Text Example

White with #BDA92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA92E; }

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

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

background-color css

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

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

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

border-color css

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

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

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