Html Css Color HEX #BFAB2A Earls Green

📋 copy color: '#BFAB2A'

red 191 ◦ green 171 ◦ blue 42

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

Shades of Earls Green #BFAB2A

Tints of Earls Green #BFAB2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.4%

R = 47.28%
G = 42.33%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BFAB2A (or 0xBFAB2A) is known color: Earls Green. HEX triplet: BF, AB and 2A. RGB value is (191,171,42). Sum of RGB (Red+Green+Blue) = 191+171+42=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 42 (16.80% from 255 or 10.40% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB2A is #4054D5. Grayscale: #A2A2A2. Windows color (decimal): -4216022 or 2796479. OLE color: 2796479.

HSL color Cylindrical-coordinate representation of color #BFAB2A: hue angle of 51.95º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BFAB2A is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 171 42 -
CMYK 0 0.10 0.78 0.25
HSL 51.95º 0.64% 0.46% -
HSV(B) 51.95º 0.78% 0.75% -
XYZ 36.47 40.37 8.06 -
YUV 162.27 60.13 148.49 -
System Red Green Blue C M Y K H S L
Decimal 191 171 42 0 0.10 0.78 0.25 51.95 0.64 0.46
Hex BF AB 2A 0 A 4E 19 34 40 2E
Octal 277 253 52 0 12 116 31 64 100 56
Binary 10111111 10101011 101010 0 1010 1001110 11001 110100 1000000 101110

Color Harmonies of #BFAB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB2A

Black with #BFAB2A

Text Example


Text Example

White with #BFAB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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