#BBCD46

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

Shades of Celery #BBCD46

Tints of Celery #BBCD46

Color information

#BBCD46 (or 0xBBCD46) is unknown color: approx Celery. HEX triplet: BB, CD and 46. RGB value is (187,205,70). Sum of RGB (Red+Green+Blue) = 187+205+70=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 70 (27.73% from 255 or 15.15% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD46 is #4432B9. Grayscale: #B8B8B8. Windows color (decimal): -4469434 or 4640187. OLE color: 4640187.

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

Color convert

RGB18720570-
CMYK0.0900.660.20
HSL68º57.45%53.92%-
HSV(B)68º65.85%80.39%-
XYZ43.4354.6714.06-
YUV184.2363.54129.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 70 (27.73% from 255) = 15.15%
R=40.48%
G=44.37%
B=15.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205700.0900.660.206857.4553.92
HexBBCD46904214443936
Octal273315106110102241047166
Binary10111011110011011000110100101000010101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD46; }

 p { color: rgb(187,205,70); }

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

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

 a { background-color: rgb(187,205,70); }

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

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

 span { border-color: rgb(187,205,70); }

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