Html Css Color HEX #BFAD1D Earls Green

📋 copy color: '#BFAD1D'

red 191 ◦ green 173 ◦ blue 29

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

Shades of Earls Green #BFAD1D

Tints of Earls Green #BFAD1D

RGB

 RED value IS 191 (75% from 255) = 48.6%

 GREEN value IS 173 (67.97% from 255) = 44.02%

 BLUE value IS 29 (11.72% from 255) = 7.38%

R = 48.6%
G = 44.02%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BFAD1D (or 0xBFAD1D) is known color: Earls Green. HEX triplet: BF, AD and 1D. RGB value is (191,173,29). Sum of RGB (Red+Green+Blue) = 191+173+29=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAD1D is #4052E2. Grayscale: #A2A2A2. Windows color (decimal): -4215523 or 1945023. OLE color: 1945023.

HSL color Cylindrical-coordinate representation of color #BFAD1D: hue angle of 53.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BFAD1D is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 173 29 -
CMYK 0 0.09 0.85 0.25
HSL 53.33º 0.74% 0.43% -
HSV(B) 53.33º 0.85% 0.75% -
XYZ 36.65 41.05 7.15 -
YUV 161.97 52.96 148.71 -
System Red Green Blue C M Y K H S L
Decimal 191 173 29 0 0.09 0.85 0.25 53.33 0.74 0.43
Hex BF AD 1D 0 9 55 19 35 4A 2B
Octal 277 255 35 0 11 125 31 65 112 53
Binary 10111111 10101101 11101 0 1001 1010101 11001 110101 1001010 101011

Color Harmonies of #BFAD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD1D

Black with #BFAD1D

Text Example


Text Example

White with #BFAD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD1D; }

 p { color: rgb(191,173,29); }

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

background-color css

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

 a { background-color: rgb(191,173,29); }

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

border-color css

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

 span { border-color: rgb(191,173,29); }

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