Html Css Color HEX #B2CC55 Celery

📋 copy color: '#B2CC55'

red 178 ◦ green 204 ◦ blue 85

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

Shades of Celery #B2CC55

Tints of Celery #B2CC55

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.68%

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

R = 38.12%
G = 43.68%
B = 18.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#B2CC55 (or 0xB2CC55) is known color: Celery. HEX triplet: B2, CC and 55. RGB value is (178,204,85). Sum of RGB (Red+Green+Blue) = 178+204+85=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CC55 is #4D33AA. Grayscale: #B7B7B7. Windows color (decimal): -5059499 or 5622962. OLE color: 5622962.

HSL color Cylindrical-coordinate representation of color #B2CC55: hue angle of 73.11º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2CC55 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 85 -
CMYK 0.13 0 0.58 0.2
HSL 73.11º 0.54% 0.57% -
HSV(B) 73.11º 0.58% 0.8% -
XYZ 41.59 53.31 16.69 -
YUV 182.66 72.89 124.68 -
System Red Green Blue C M Y K H S L
Decimal 178 204 85 0.13 0 0.58 0.2 73.11 0.54 0.57
Hex B2 CC 55 D 0 3A 14 49 36 39
Octal 262 314 125 15 0 72 24 111 66 71
Binary 10110010 11001100 1010101 1101 0 111010 10100 1001001 110110 111001

Color Harmonies of #B2CC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC55

Black with #B2CC55

Text Example


Text Example

White with #B2CC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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