#B2C74F

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

Shades of Celery #B2C74F

Tints of Celery #B2C74F

Color information

#B2C74F (or 0xB2C74F) is unknown color: approx Celery. HEX triplet: B2, C7 and 4F. RGB value is (178,199,79). Sum of RGB (Red+Green+Blue) = 178+199+79=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 199 (78.12% from 255 or 43.64% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 199 - color contains mainly: green. Hex color #B2C74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C74F is #4D38B0. Grayscale: #B3B3B3. Windows color (decimal): -5060785 or 5228466. OLE color: 5228466.

HSL color Cylindrical-coordinate representation of color #B2C74F: hue angle of 70.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2C74F is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB17819979-
CMYK0.1100.600.22
HSL70.5º51.72%54.51%-
HSV(B)70.5º60.3%78.04%-
XYZ40.1950.8815.1-
YUV179.0471.54127.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 199 (78.12% from 255) = 43.64%
BLUE value IS 79 (31.25% from 255) = 17.32%
R=39.04%
G=43.64%
B=17.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178199790.1100.600.2270.551.7254.51
HexB2C74FB03C16463437
Octal26230711713074261066467
Binary1011001011000111100111110110111100101101000110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C74F; }

 p { color: rgb(178,199,79); }

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

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

 a { background-color: rgb(178,199,79); }

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

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

 span { border-color: rgb(178,199,79); }

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