Html Css Color HEX #BFA81B Earls Green

📋 copy color: '#BFA81B'

red 191 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #BFA81B

Tints of Earls Green #BFA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.52%

 BLUE value IS 27 (10.94% from 255) = 6.99%

R = 49.48%
G = 43.52%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BFA81B (or 0xBFA81B) is known color: Earls Green. HEX triplet: BF, A8 and 1B. RGB value is (191,168,27). Sum of RGB (Red+Green+Blue) = 191+168+27=386 (51% of max value = 765). Red value is 191 (75% from 255 or 49.48% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA81B is #4057E4. Grayscale: #9F9F9F. Windows color (decimal): -4216805 or 1812671. OLE color: 1812671.

HSL color Cylindrical-coordinate representation of color #BFA81B: hue angle of 51.59º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BFA81B is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 168 27 -
CMYK 0 0.12 0.86 0.25
HSL 51.59º 0.75% 0.43% -
HSV(B) 51.59º 0.86% 0.75% -
XYZ 35.69 39.16 6.71 -
YUV 158.8 53.62 150.96 -
System Red Green Blue C M Y K H S L
Decimal 191 168 27 0 0.12 0.86 0.25 51.59 0.75 0.43
Hex BF A8 1B 0 C 56 19 34 4B 2B
Octal 277 250 33 0 14 126 31 64 113 53
Binary 10111111 10101000 11011 0 1100 1010110 11001 110100 1001011 101011

Color Harmonies of #BFA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA81B

Black with #BFA81B

Text Example


Text Example

White with #BFA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA81B; }

 p { color: rgb(191,168,27); }

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

background-color css

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

 a { background-color: rgb(191,168,27); }

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

border-color css

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

 span { border-color: rgb(191,168,27); }

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