Html Css Color HEX #BFA61C Earls Green

📋 copy color: '#BFA61C'

red 191 ◦ green 166 ◦ blue 28

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

Shades of Earls Green #BFA61C

Tints of Earls Green #BFA61C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 49.61%
G = 43.12%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BFA61C (or 0xBFA61C) is known color: Earls Green. HEX triplet: BF, A6 and 1C. RGB value is (191,166,28). Sum of RGB (Red+Green+Blue) = 191+166+28=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA61C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA61C is #4059E3. Grayscale: #9E9E9E. Windows color (decimal): -4217316 or 1877695. OLE color: 1877695.

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

Color convert

RGB 191 166 28 -
CMYK 0 0.13 0.85 0.25
HSL 50.8º 0.74% 0.43% -
HSV(B) 50.8º 0.85% 0.75% -
XYZ 35.33 38.43 6.65 -
YUV 157.74 54.78 151.72 -
System Red Green Blue C M Y K H S L
Decimal 191 166 28 0 0.13 0.85 0.25 50.8 0.74 0.43
Hex BF A6 1C 0 D 55 19 33 4A 2B
Octal 277 246 34 0 15 125 31 63 112 53
Binary 10111111 10100110 11100 0 1101 1010101 11001 110011 1001010 101011

Color Harmonies of #BFA61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA61C

Black with #BFA61C

Text Example


Text Example

White with #BFA61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA61C; }

 p { color: rgb(191,166,28); }

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

background-color css

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

 a { background-color: rgb(191,166,28); }

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

border-color css

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

 span { border-color: rgb(191,166,28); }

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