Html Css Color HEX #B2C255 Celery

📋 copy color: '#B2C255'

red 178 ◦ green 194 ◦ blue 85

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

Shades of Celery #B2C255

Tints of Celery #B2C255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.6%

R = 38.95%
G = 42.45%
B = 18.6%

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

#B2C255 (or 0xB2C255) is known color: Celery. HEX triplet: B2, C2 and 55. RGB value is (178,194,85). Sum of RGB (Red+Green+Blue) = 178+194+85=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #B2C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C255 is #4D3DAA. Grayscale: #B1B1B1. Windows color (decimal): -5062059 or 5620402. OLE color: 5620402.

HSL color Cylindrical-coordinate representation of color #B2C255: hue angle of 68.81º 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 #B2C255 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 194 85 -
CMYK 0.08 0 0.56 0.24
HSL 68.81º 0.47% 0.55% -
HSV(B) 68.81º 0.56% 0.76% -
XYZ 39.29 48.7 15.92 -
YUV 176.79 76.2 128.86 -
System Red Green Blue C M Y K H S L
Decimal 178 194 85 0.08 0 0.56 0.24 68.81 0.47 0.55
Hex B2 C2 55 8 0 38 18 45 2F 37
Octal 262 302 125 10 0 70 30 105 57 67
Binary 10110010 11000010 1010101 1000 0 111000 11000 1000101 101111 110111

Color Harmonies of #B2C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C255

Black with #B2C255

Text Example


Text Example

White with #B2C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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