#B1C235

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

Shades of Celery #B1C235

Tints of Celery #B1C235

Color information

#B1C235 (or 0xB1C235) is unknown color: approx Celery. HEX triplet: B1, C2 and 35. RGB value is (177,194,53). Sum of RGB (Red+Green+Blue) = 177+194+53=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C235 is #4E3DCA. Grayscale: #ADADAD. Windows color (decimal): -5127627 or 3523249. OLE color: 3523249.

HSL color Cylindrical-coordinate representation of color #B1C235: hue angle of 67.23º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1C235 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB17719453-
CMYK0.0900.730.24
HSL67.23º57.09%48.43%-
HSV(B)67.23º72.68%76.08%-
XYZ38.0748.1910.66-
YUV172.8460.37130.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.75%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 53 (21.09% from 255) = 12.5%
R=41.75%
G=45.75%
B=12.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177194530.0900.730.2467.2357.0948.43
HexB1C235904918433930
Octal26130265110111301037160
Binary1011000111000010110101100101001001110001000011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C235; }

 p { color: rgb(177,194,53); }

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

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

 a { background-color: rgb(177,194,53); }

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

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

 span { border-color: rgb(177,194,53); }

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