Html Css Color HEX #B2C955 Celery

📋 copy color: '#B2C955'

red 178 ◦ green 201 ◦ blue 85

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

Shades of Celery #B2C955

Tints of Celery #B2C955

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.32%

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

R = 38.36%
G = 43.32%
B = 18.32%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#B2C955 (or 0xB2C955) is known color: Celery. HEX triplet: B2, C9 and 55. RGB value is (178,201,85). Sum of RGB (Red+Green+Blue) = 178+201+85=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #B2C955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C955 is #4D36AA. Grayscale: #B5B5B5. Windows color (decimal): -5060267 or 5622194. OLE color: 5622194.

HSL color Cylindrical-coordinate representation of color #B2C955: hue angle of 71.9º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2C955 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 201 85 -
CMYK 0.11 0 0.58 0.21
HSL 71.9º 0.52% 0.56% -
HSV(B) 71.9º 0.58% 0.79% -
XYZ 40.89 51.89 16.46 -
YUV 180.9 73.88 125.93 -
System Red Green Blue C M Y K H S L
Decimal 178 201 85 0.11 0 0.58 0.21 71.9 0.52 0.56
Hex B2 C9 55 B 0 3A 15 48 34 38
Octal 262 311 125 13 0 72 25 110 64 70
Binary 10110010 11001001 1010101 1011 0 111010 10101 1001000 110100 111000

Color Harmonies of #B2C955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C955

Black with #B2C955

Text Example


Text Example

White with #B2C955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C955; }

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

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

background-color css

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

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

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

border-color css

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

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

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