Html Css Color HEX #BFB018 Earls Green

📋 copy color: '#BFB018'

red 191 ◦ green 176 ◦ blue 24

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

Shades of Earls Green #BFB018

Tints of Earls Green #BFB018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.14%

R = 48.85%
G = 45.01%
B = 6.14%

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

#BFB018 (or 0xBFB018) is known color: Earls Green. HEX triplet: BF, B0 and 18. RGB value is (191,176,24). Sum of RGB (Red+Green+Blue) = 191+176+24=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB018 is #404FE7. Grayscale: #A3A3A3. Windows color (decimal): -4214760 or 1618111. OLE color: 1618111.

HSL color Cylindrical-coordinate representation of color #BFB018: hue angle of 54.61º degrees, saturation: 0.78, 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 #BFB018 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 176 24 -
CMYK 0 0.08 0.87 0.25
HSL 54.61º 0.78% 0.42% -
HSV(B) 54.61º 0.87% 0.75% -
XYZ 37.18 42.19 7.05 -
YUV 163.16 49.47 147.86 -
System Red Green Blue C M Y K H S L
Decimal 191 176 24 0 0.08 0.87 0.25 54.61 0.78 0.42
Hex BF B0 18 0 8 57 19 37 4E 2A
Octal 277 260 30 0 10 127 31 67 116 52
Binary 10111111 10110000 11000 0 1000 1010111 11001 110111 1001110 101010

Color Harmonies of #BFB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB018

Black with #BFB018

Text Example


Text Example

White with #BFB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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