Html Css Color HEX #B2C24C Celery

📋 copy color: '#B2C24C'

red 178 ◦ green 194 ◦ blue 76

#B2C24C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B2C24C

Tints of Celery #B2C24C

RGB

 RED value IS 178 (69.92% from 255) = 39.73%

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 76 (30.08% from 255) = 16.96%

R = 39.73%
G = 43.3%
B = 16.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#B2C24C (or 0xB2C24C) is known color: Celery. HEX triplet: B2, C2 and 4C. RGB value is (178,194,76). Sum of RGB (Red+Green+Blue) = 178+194+76=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 76 (30.08% from 255 or 16.96% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C24C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C24C is #4D3DB3. Grayscale: #B0B0B0. Windows color (decimal): -5062068 or 5030578. OLE color: 5030578.

HSL color Cylindrical-coordinate representation of color #B2C24C: hue angle of 68.14º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2C24C is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 76 -
CMYK 0.08 0 0.61 0.24
HSL 68.14º 0.49% 0.53% -
HSV(B) 68.14º 0.61% 0.76% -
XYZ 38.96 48.57 14.16 -
YUV 175.76 71.7 129.59 -
System Red Green Blue C M Y K H S L
Decimal 178 194 76 0.08 0 0.61 0.24 68.14 0.49 0.53
Hex B2 C2 4C 8 0 3D 18 44 31 35
Octal 262 302 114 10 0 75 30 104 61 65
Binary 10110010 11000010 1001100 1000 0 111101 11000 1000100 110001 110101

Color Harmonies of #B2C24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C24C

Black with #B2C24C

Text Example


Text Example

White with #B2C24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C24C; }

 p { color: rgb(178,194,76); }

 H1.HeaderClassName
 {
   color: #B2C24C;
 }
 .AnyTagClassName
 {
   color: #B2C24C;
 }
</style>

background-color css

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

 a { background-color: rgb(178,194,76); }

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

border-color css

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

 span { border-color: rgb(178,194,76); }

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