Html Css Color HEX #BDA61E Earls Green

📋 copy color: '#BDA61E'

red 189 ◦ green 166 ◦ blue 30

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

Shades of Earls Green #BDA61E

Tints of Earls Green #BDA61E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 30 (12.11% from 255) = 7.79%

R = 49.09%
G = 43.12%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BDA61E (or 0xBDA61E) is known color: Earls Green. HEX triplet: BD, A6 and 1E. RGB value is (189,166,30). Sum of RGB (Red+Green+Blue) = 189+166+30=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA61E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA61E is #4259E1. Grayscale: #9D9D9D. Windows color (decimal): -4348386 or 2008765. OLE color: 2008765.

HSL color Cylindrical-coordinate representation of color #BDA61E: hue angle of 51.32º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BDA61E is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 30 -
CMYK 0 0.12 0.84 0.26
HSL 51.32º 0.73% 0.43% -
HSV(B) 51.32º 0.84% 0.74% -
XYZ 34.86 38.18 6.76 -
YUV 157.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 189 166 30 0 0.12 0.84 0.26 51.32 0.73 0.43
Hex BD A6 1E 0 C 54 1A 33 49 2B
Octal 275 246 36 0 14 124 32 63 111 53
Binary 10111101 10100110 11110 0 1100 1010100 11010 110011 1001001 101011

Color Harmonies of #BDA61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA61E

Black with #BDA61E

Text Example


Text Example

White with #BDA61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA61E; }

 p { color: rgb(189,166,30); }

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

background-color css

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

 a { background-color: rgb(189,166,30); }

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

border-color css

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

 span { border-color: rgb(189,166,30); }

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