#BBCD48

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

Shades of Celery #BBCD48

Tints of Celery #BBCD48

Color information

#BBCD48 (or 0xBBCD48) is unknown color: approx Celery. HEX triplet: BB, CD and 48. RGB value is (187,205,72). Sum of RGB (Red+Green+Blue) = 187+205+72=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 72 (28.52% from 255 or 15.52% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD48 is #4432B7. Grayscale: #B8B8B8. Windows color (decimal): -4469432 or 4771259. OLE color: 4771259.

HSL color Cylindrical-coordinate representation of color #BBCD48: hue angle of 68.12º degrees, saturation: 0.57, 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 #BBCD48 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB18720572-
CMYK0.0900.650.20
HSL68.12º57.08%54.31%-
HSV(B)68.12º64.88%80.39%-
XYZ43.4954.714.4-
YUV184.4664.54129.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 205 (80.47% from 255) = 44.18%
BLUE value IS 72 (28.52% from 255) = 15.52%
R=40.30%
G=44.18%
B=15.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205720.0900.650.2068.1257.0854.31
HexBBCD48904114443936
Octal273315110110101241047166
Binary10111011110011011001000100101000001101001000100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD48; }

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

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

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

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

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

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

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

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