#BBCD41

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

Shades of Celery #BBCD41

Tints of Celery #BBCD41

Color information

#BBCD41 (or 0xBBCD41) is unknown color: approx Celery. HEX triplet: BB, CD and 41. RGB value is (187,205,65). Sum of RGB (Red+Green+Blue) = 187+205+65=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 65 (25.78% from 255 or 14.22% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBCD41 is #4432BE. Grayscale: #B8B8B8. Windows color (decimal): -4469439 or 4312507. OLE color: 4312507.

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

Color convert

RGB18720565-
CMYK0.0900.680.20
HSL67.71º58.33%52.94%-
HSV(B)67.71º68.29%80.39%-
XYZ43.2854.6113.26-
YUV183.6661.04130.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 205 (80.47% from 255) = 44.86%
BLUE value IS 65 (25.78% from 255) = 14.22%
R=40.92%
G=44.86%
B=14.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal187205650.0900.680.2067.7158.3352.94
HexBBCD41904414443a35
Octal273315101110104241047265
Binary10111011110011011000001100101000100101001000100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCD41; }

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

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

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

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

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

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

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

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