Html Css Color HEX #B2C256 Celery

📋 copy color: '#B2C256'

red 178 ◦ green 194 ◦ blue 86

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

Shades of Celery #B2C256

Tints of Celery #B2C256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 38.86%
G = 42.36%
B = 18.78%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#B2C256 (or 0xB2C256) is known color: Celery. HEX triplet: B2, C2 and 56. RGB value is (178,194,86). Sum of RGB (Red+Green+Blue) = 178+194+86=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C256 is #4D3DA9. Grayscale: #B1B1B1. Windows color (decimal): -5062058 or 5685938. OLE color: 5685938.

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

Color convert

RGB 178 194 86 -
CMYK 0.08 0 0.56 0.24
HSL 68.89º 0.47% 0.55% -
HSV(B) 68.89º 0.56% 0.76% -
XYZ 39.33 48.72 16.14 -
YUV 176.9 76.7 128.78 -
System Red Green Blue C M Y K H S L
Decimal 178 194 86 0.08 0 0.56 0.24 68.89 0.47 0.55
Hex B2 C2 56 8 0 38 18 45 2F 37
Octal 262 302 126 10 0 70 30 105 57 67
Binary 10110010 11000010 1010110 1000 0 111000 11000 1000101 101111 110111

Color Harmonies of #B2C256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C256

Black with #B2C256

Text Example


Text Example

White with #B2C256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C256; }

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

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

background-color css

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

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

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

border-color css

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

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

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