#B6C358

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

Shades of Celery #B6C358

Tints of Celery #B6C358

Color information

#B6C358 (or 0xB6C358) is unknown color: approx Celery. HEX triplet: B6, C3 and 58. RGB value is (182,195,88). Sum of RGB (Red+Green+Blue) = 182+195+88=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 88 (34.77% from 255 or 18.92% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C358 is #493CA7. Grayscale: #B3B3B3. Windows color (decimal): -4799656 or 5817270. OLE color: 5817270.

HSL color Cylindrical-coordinate representation of color #B6C358: hue angle of 67.29º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6C358 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB18219588-
CMYK0.0700.550.24
HSL67.29º47.14%55.49%-
HSV(B)67.29º54.87%76.47%-
XYZ40.5749.6816.68-
YUV178.9276.69130.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 88 (34.77% from 255) = 18.92%
R=39.14%
G=41.94%
B=18.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195880.0700.550.2467.2947.1455.49
HexB6C358703718432f37
Octal2663031307067301035767
Binary101101101100001110110001110110111110001000011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C358; }

 p { color: rgb(182,195,88); }

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

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

 a { background-color: rgb(182,195,88); }

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

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

 span { border-color: rgb(182,195,88); }

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