#B1C94A

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

Shades of Celery #B1C94A

Tints of Celery #B1C94A

Color information

#B1C94A (or 0xB1C94A) is unknown color: approx Celery. HEX triplet: B1, C9 and 4A. RGB value is (177,201,74). Sum of RGB (Red+Green+Blue) = 177+201+74=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 74 (29.30% from 255 or 16.37% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #B1C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C94A is #4E36B5. Grayscale: #B3B3B3. Windows color (decimal): -5125814 or 4901297. OLE color: 4901297.

HSL color Cylindrical-coordinate representation of color #B1C94A: hue angle of 71.34º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1C94A is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB17720174-
CMYK0.1200.630.21
HSL71.34º54.04%53.92%-
HSV(B)71.34º63.18%78.82%-
XYZ40.2551.6114.32-
YUV179.3568.55126.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 201 (78.91% from 255) = 44.47%
BLUE value IS 74 (29.30% from 255) = 16.37%
R=39.16%
G=44.47%
B=16.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177201740.1200.630.2171.3454.0453.92
HexB1C94AC03F15473636
Octal26131111214077251076666
Binary1011000111001001100101011000111111101011000111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C94A; }

 p { color: rgb(177,201,74); }

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

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

 a { background-color: rgb(177,201,74); }

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

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

 span { border-color: rgb(177,201,74); }

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