#BFCB48

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

Shades of Celery #BFCB48

Tints of Celery #BFCB48

Color information

#BFCB48 (or 0xBFCB48) is unknown color: approx Celery. HEX triplet: BF, CB and 48. RGB value is (191,203,72). Sum of RGB (Red+Green+Blue) = 191+203+72=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #BFCB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCB48 is #4034B7. Grayscale: #B8B8B8. Windows color (decimal): -4207800 or 4770751. OLE color: 4770751.

HSL color Cylindrical-coordinate representation of color #BFCB48: hue angle of 65.5º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFCB48 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB19120372-
CMYK0.0600.650.20
HSL65.5º55.74%53.92%-
HSV(B)65.5º64.53%79.61%-
XYZ44.0154.2614.28-
YUV184.4864.52132.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 203 (79.69% from 255) = 43.56%
BLUE value IS 72 (28.52% from 255) = 15.45%
R=40.99%
G=43.56%
B=15.45%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191203720.0600.650.2065.555.7453.92
HexBFCB48604114413836
Octal27731311060101241017066
Binary1011111111001011100100011001000001101001000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCB48; }

 p { color: rgb(191,203,72); }

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

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

 a { background-color: rgb(191,203,72); }

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

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

 span { border-color: rgb(191,203,72); }

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