Html Css Color HEX #BFAF18 Earls Green

📋 copy color: '#BFAF18'

red 191 ◦ green 175 ◦ blue 24

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

Shades of Earls Green #BFAF18

Tints of Earls Green #BFAF18

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

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

R = 48.97%
G = 44.87%
B = 6.15%

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

#BFAF18 (or 0xBFAF18) is known color: Earls Green. HEX triplet: BF, AF and 18. RGB value is (191,175,24). Sum of RGB (Red+Green+Blue) = 191+175+24=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 24 (9.77% from 255 or 6.15% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF18 is #4050E7. Grayscale: #A3A3A3. Windows color (decimal): -4215016 or 1617855. OLE color: 1617855.

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

Color convert

RGB 191 175 24 -
CMYK 0 0.08 0.87 0.25
HSL 54.25º 0.78% 0.42% -
HSV(B) 54.25º 0.87% 0.75% -
XYZ 36.98 41.8 6.98 -
YUV 162.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 191 175 24 0 0.08 0.87 0.25 54.25 0.78 0.42
Hex BF AF 18 0 8 57 19 36 4E 2A
Octal 277 257 30 0 10 127 31 66 116 52
Binary 10111111 10101111 11000 0 1000 1010111 11001 110110 1001110 101010

Color Harmonies of #BFAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF18

Black with #BFAF18

Text Example


Text Example

White with #BFAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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