Html Css Color HEX #BFB114 Earls Green

📋 copy color: '#BFB114'

red 191 ◦ green 177 ◦ blue 20

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

Shades of Earls Green #BFB114

Tints of Earls Green #BFB114

RGB

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

 GREEN value IS 177 (69.53% from 255) = 45.62%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 49.23%
G = 45.62%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BFB114 (or 0xBFB114) is known color: Earls Green. HEX triplet: BF, B1 and 14. RGB value is (191,177,20). Sum of RGB (Red+Green+Blue) = 191+177+20=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 177 (69.53% from 255 or 45.62% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB114 is #404EEB. Grayscale: #A3A3A3. Windows color (decimal): -4214508 or 1356223. OLE color: 1356223.

HSL color Cylindrical-coordinate representation of color #BFB114: hue angle of 55.09º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BFB114 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 177 20 -
CMYK 0 0.07 0.90 0.25
HSL 55.09º 0.81% 0.41% -
HSV(B) 55.09º 0.9% 0.75% -
XYZ 37.33 42.57 6.91 -
YUV 163.29 47.14 147.77 -
System Red Green Blue C M Y K H S L
Decimal 191 177 20 0 0.07 0.90 0.25 55.09 0.81 0.41
Hex BF B1 14 0 7 5A 19 37 51 29
Octal 277 261 24 0 7 132 31 67 121 51
Binary 10111111 10110001 10100 0 111 1011010 11001 110111 1010001 101001

Color Harmonies of #BFB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB114

Black with #BFB114

Text Example


Text Example

White with #BFB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB114; }

 p { color: rgb(191,177,20); }

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

background-color css

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

 a { background-color: rgb(191,177,20); }

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

border-color css

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

 span { border-color: rgb(191,177,20); }

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