Html Css Color HEX #BFB019 Earls Green

📋 copy color: '#BFB019'

red 191 ◦ green 176 ◦ blue 25

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

Shades of Earls Green #BFB019

Tints of Earls Green #BFB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.9%

 BLUE value IS 25 (10.16% from 255) = 6.38%

R = 48.72%
G = 44.9%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFB019 (or 0xBFB019) is known color: Earls Green. HEX triplet: BF, B0 and 19. RGB value is (191,176,25). Sum of RGB (Red+Green+Blue) = 191+176+25=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 176 (69.14% from 255 or 44.90% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB019 is #404FE6. Grayscale: #A3A3A3. Windows color (decimal): -4214759 or 1683647. OLE color: 1683647.

HSL color Cylindrical-coordinate representation of color #BFB019: hue angle of 54.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BFB019 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 25 -
CMYK 0 0.08 0.87 0.25
HSL 54.58º 0.77% 0.42% -
HSV(B) 54.58º 0.87% 0.75% -
XYZ 37.19 42.2 7.1 -
YUV 163.27 49.97 147.78 -
System Red Green Blue C M Y K H S L
Decimal 191 176 25 0 0.08 0.87 0.25 54.58 0.77 0.42
Hex BF B0 19 0 8 57 19 37 4D 2A
Octal 277 260 31 0 10 127 31 67 115 52
Binary 10111111 10110000 11001 0 1000 1010111 11001 110111 1001101 101010

Color Harmonies of #BFB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB019

Black with #BFB019

Text Example


Text Example

White with #BFB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB019; }

 p { color: rgb(191,176,25); }

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

background-color css

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

 a { background-color: rgb(191,176,25); }

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

border-color css

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

 span { border-color: rgb(191,176,25); }

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