#B6CD40

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

Shades of Celery #B6CD40

Tints of Celery #B6CD40

Color information

#B6CD40 (or 0xB6CD40) is unknown color: approx Celery. HEX triplet: B6, CD and 40. RGB value is (182,205,64). Sum of RGB (Red+Green+Blue) = 182+205+64=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #B6CD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CD40 is #4932BF. Grayscale: #B6B6B6. Windows color (decimal): -4797120 or 4246966. OLE color: 4246966.

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

Color convert

RGB18220564-
CMYK0.1100.690.20
HSL69.79º58.51%52.75%-
HSV(B)69.79º68.78%80.39%-
XYZ42.0553.9813.05-
YUV182.0561.38127.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 64 (25.39% from 255) = 14.19%
R=40.35%
G=45.45%
B=14.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182205640.1100.690.2069.7958.5152.75
HexB6CD40B04514463b35
Octal266315100130105241067365
Binary10110110110011011000000101101000101101001000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CD40; }

 p { color: rgb(182,205,64); }

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

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

 a { background-color: rgb(182,205,64); }

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

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

 span { border-color: rgb(182,205,64); }

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