Html Css Color HEX #BFA71C Earls Green

📋 copy color: '#BFA71C'

red 191 ◦ green 167 ◦ blue 28

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

Shades of Earls Green #BFA71C

Tints of Earls Green #BFA71C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.26%

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

R = 49.48%
G = 43.26%
B = 7.25%

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

#BFA71C (or 0xBFA71C) is known color: Earls Green. HEX triplet: BF, A7 and 1C. RGB value is (191,167,28). Sum of RGB (Red+Green+Blue) = 191+167+28=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 28 (11.33% from 255 or 7.25% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA71C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA71C is #4058E3. Grayscale: #9E9E9E. Windows color (decimal): -4217060 or 1877951. OLE color: 1877951.

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

Color convert

RGB 191 167 28 -
CMYK 0 0.13 0.85 0.25
HSL 51.17º 0.74% 0.43% -
HSV(B) 51.17º 0.85% 0.75% -
XYZ 35.51 38.8 6.72 -
YUV 158.33 54.45 151.3 -
System Red Green Blue C M Y K H S L
Decimal 191 167 28 0 0.13 0.85 0.25 51.17 0.74 0.43
Hex BF A7 1C 0 D 55 19 33 4A 2B
Octal 277 247 34 0 15 125 31 63 112 53
Binary 10111111 10100111 11100 0 1101 1010101 11001 110011 1001010 101011

Color Harmonies of #BFA71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA71C

Black with #BFA71C

Text Example


Text Example

White with #BFA71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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