Html Css Color HEX #BDA61F Earls Green

📋 copy color: '#BDA61F'

red 189 ◦ green 166 ◦ blue 31

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

Shades of Earls Green #BDA61F

Tints of Earls Green #BDA61F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 48.96%
G = 43.01%
B = 8.03%

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

#BDA61F (or 0xBDA61F) is known color: Earls Green. HEX triplet: BD, A6 and 1F. RGB value is (189,166,31). Sum of RGB (Red+Green+Blue) = 189+166+31=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 166 (65.23% from 255 or 43.01% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA61F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA61F is #4259E0. Grayscale: #9E9E9E. Windows color (decimal): -4348385 or 2074301. OLE color: 2074301.

HSL color Cylindrical-coordinate representation of color #BDA61F: hue angle of 51.27º degrees, saturation: 0.72, 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 #BDA61F is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 166 31 -
CMYK 0 0.12 0.84 0.26
HSL 51.27º 0.72% 0.43% -
HSV(B) 51.27º 0.84% 0.74% -
XYZ 34.87 38.19 6.83 -
YUV 157.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 189 166 31 0 0.12 0.84 0.26 51.27 0.72 0.43
Hex BD A6 1F 0 C 54 1A 33 48 2B
Octal 275 246 37 0 14 124 32 63 110 53
Binary 10111101 10100110 11111 0 1100 1010100 11010 110011 1001000 101011

Color Harmonies of #BDA61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA61F

Black with #BDA61F

Text Example


Text Example

White with #BDA61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA61F; }

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

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

background-color css

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

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

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

border-color css

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

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

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