Html Css Color HEX #BFAB18 Earls Green

📋 copy color: '#BFAB18'

red 191 ◦ green 171 ◦ blue 24

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

Shades of Earls Green #BFAB18

Tints of Earls Green #BFAB18

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.3%

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

R = 49.48%
G = 44.3%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFAB18 (or 0xBFAB18) is known color: Earls Green. HEX triplet: BF, AB and 18. RGB value is (191,171,24). Sum of RGB (Red+Green+Blue) = 191+171+24=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAB18 is #4054E7. Grayscale: #A0A0A0. Windows color (decimal): -4216040 or 1616831. OLE color: 1616831.

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

Color convert

RGB 191 171 24 -
CMYK 0 0.10 0.87 0.25
HSL 52.81º 0.78% 0.42% -
HSV(B) 52.81º 0.87% 0.75% -
XYZ 36.21 40.27 6.73 -
YUV 160.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 191 171 24 0 0.10 0.87 0.25 52.81 0.78 0.42
Hex BF AB 18 0 A 57 19 35 4E 2A
Octal 277 253 30 0 12 127 31 65 116 52
Binary 10111111 10101011 11000 0 1010 1010111 11001 110101 1001110 101010

Color Harmonies of #BFAB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB18

Black with #BFAB18

Text Example


Text Example

White with #BFAB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB18; }

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

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

background-color css

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

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

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

border-color css

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

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

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