#bfb230

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

Shades of Earls Green #BFB230

Tints of Earls Green #BFB230

Color information

#BFB230 (or 0xBFB230) is unknown color: approx Earls Green. HEX triplet: BF, B2 and 30. RGB value is (191,178,48). Sum of RGB (Red+Green+Blue) = 191+178+48=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 48 (19.14% from 255 or 11.51% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFB230 is #404DCF. Grayscale: #A7A7A7. Windows color (decimal): -4214224 or 3191487. OLE color: 3191487.

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

Color convert

RGB19117848-
CMYK00.070.750.25
HSL54.55º59.83%46.86%-
HSV(B)54.55º74.87%74.9%-
XYZ37.9443.139.12-
YUV167.0760.81145.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 178 (69.92% from 255) = 42.69%
BLUE value IS 48 (19.14% from 255) = 11.51%
R=45.80%
G=42.69%
B=11.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911784800.070.750.2554.5559.8346.86
HexBFB230074B19373c2f
Octal277262600711331677457
Binary10111111101100101100000111100101111001110111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfb230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfb230; }

 p { color: rgb(191,178,48); }

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

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

 a { background-color: rgb(191,178,48); }

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

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

 span { border-color: rgb(191,178,48); }

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