Html Css Color HEX #BFAB25 Earls Green

📋 copy color: '#BFAB25'

red 191 ◦ green 171 ◦ blue 37

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

Shades of Earls Green #BFAB25

Tints of Earls Green #BFAB25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.27%

R = 47.87%
G = 42.86%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BFAB25 (or 0xBFAB25) is known color: Earls Green. HEX triplet: BF, AB and 25. RGB value is (191,171,37). Sum of RGB (Red+Green+Blue) = 191+171+37=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 37 (14.84% from 255 or 9.27% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAB25 is #4054DA. Grayscale: #A2A2A2. Windows color (decimal): -4216027 or 2468799. OLE color: 2468799.

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

Color convert

RGB 191 171 37 -
CMYK 0 0.10 0.81 0.25
HSL 52.21º 0.68% 0.45% -
HSV(B) 52.21º 0.81% 0.75% -
XYZ 36.38 40.34 7.62 -
YUV 161.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 191 171 37 0 0.10 0.81 0.25 52.21 0.68 0.45
Hex BF AB 25 0 A 51 19 34 44 2D
Octal 277 253 45 0 12 121 31 64 104 55
Binary 10111111 10101011 100101 0 1010 1010001 11001 110100 1000100 101101

Color Harmonies of #BFAB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAB25

Black with #BFAB25

Text Example


Text Example

White with #BFAB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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