Html Css Color HEX #B2C346 Celery

📋 copy color: '#B2C346'

red 178 ◦ green 195 ◦ blue 70

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

Shades of Celery #B2C346

Tints of Celery #B2C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 70 (27.73% from 255) = 15.8%

R = 40.18%
G = 44.02%
B = 15.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#B2C346 (or 0xB2C346) is known color: Celery. HEX triplet: B2, C3 and 46. RGB value is (178,195,70). Sum of RGB (Red+Green+Blue) = 178+195+70=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 70 (27.73% from 255 or 15.80% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C346 is #4D3CB9. Grayscale: #B0B0B0. Windows color (decimal): -5061818 or 4637618. OLE color: 4637618.

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

Color convert

RGB 178 195 70 -
CMYK 0.09 0 0.64 0.24
HSL 68.16º 0.51% 0.52% -
HSV(B) 68.16º 0.64% 0.76% -
XYZ 38.98 48.94 13.19 -
YUV 175.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 178 195 70 0.09 0 0.64 0.24 68.16 0.51 0.52
Hex B2 C3 46 9 0 40 18 44 33 34
Octal 262 303 106 11 0 100 30 104 63 64
Binary 10110010 11000011 1000110 1001 0 1000000 11000 1000100 110011 110100

Color Harmonies of #B2C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C346

Black with #B2C346

Text Example


Text Example

White with #B2C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C346; }

 p { color: rgb(178,195,70); }

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

background-color css

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

 a { background-color: rgb(178,195,70); }

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

border-color css

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

 span { border-color: rgb(178,195,70); }

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