#BFAF23

Color #BFAF23 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #BFAF23

Tints of Earls Green #BFAF23

Color information

#BFAF23 (or 0xBFAF23) is unknown color: approx Earls Green. HEX triplet: BF, AF and 23. RGB value is (191,175,35). Sum of RGB (Red+Green+Blue) = 191+175+35=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 35 (14.06% from 255 or 8.73% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAF23 is #4050DC. Grayscale: #A4A4A4. Windows color (decimal): -4215005 or 2338751. OLE color: 2338751.

HSL color Cylindrical-coordinate representation of color #BFAF23: hue angle of 53.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFAF23 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB19117535-
CMYK00.080.820.25
HSL53.85º69.03%44.31%-
HSV(B)53.85º81.68%74.9%-
XYZ37.1241.867.71-
YUV163.8255.3147.38-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 175 (68.75% from 255) = 43.64%
BLUE value IS 35 (14.06% from 255) = 8.73%
R=47.63%
G=43.64%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911753500.080.820.2553.8569.0344.31
HexBFAF2308521936452c
Octal27725743010122316610554
Binary1011111110101111100011010001010010110011101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAF23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAF23; }

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

 H1.HeaderClassName
 {
   color: #BFAF23;
 }
 .AnyTagClassName
 {
   color: #BFAF23;
 }
</style>
background-color css

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

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

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

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

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

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