Html Css Color HEX #BFA618 Earls Green

📋 copy color: '#BFA618'

red 191 ◦ green 166 ◦ blue 24

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

Shades of Earls Green #BFA618

Tints of Earls Green #BFA618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.57%

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

R = 50.13%
G = 43.57%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BFA618 (or 0xBFA618) is known color: Earls Green. HEX triplet: BF, A6 and 18. RGB value is (191,166,24). Sum of RGB (Red+Green+Blue) = 191+166+24=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFA618 is #4059E7. Grayscale: #9D9D9D. Windows color (decimal): -4217320 or 1615551. OLE color: 1615551.

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

Color convert

RGB 191 166 24 -
CMYK 0 0.13 0.87 0.25
HSL 51.02º 0.78% 0.42% -
HSV(B) 51.02º 0.87% 0.75% -
XYZ 35.29 38.41 6.42 -
YUV 157.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 191 166 24 0 0.13 0.87 0.25 51.02 0.78 0.42
Hex BF A6 18 0 D 57 19 33 4E 2A
Octal 277 246 30 0 15 127 31 63 116 52
Binary 10111111 10100110 11000 0 1101 1010111 11001 110011 1001110 101010

Color Harmonies of #BFA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA618

Black with #BFA618

Text Example


Text Example

White with #BFA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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