Html Css Color HEX #B2C155 Celery

📋 copy color: '#B2C155'

red 178 ◦ green 193 ◦ blue 85

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

Shades of Celery #B2C155

Tints of Celery #B2C155

RGB

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

 GREEN value IS 193 (75.78% from 255) = 42.32%

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

R = 39.04%
G = 42.32%
B = 18.64%

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

#B2C155 (or 0xB2C155) is known color: Celery. HEX triplet: B2, C1 and 55. RGB value is (178,193,85). Sum of RGB (Red+Green+Blue) = 178+193+85=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 85 (33.59% from 255 or 18.64% from 456); Max value from RGB is 193 - color contains mainly: green. Hex color #B2C155 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2C155 is #4D3EAA. Grayscale: #B0B0B0. Windows color (decimal): -5062315 or 5620146. OLE color: 5620146.

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

Color convert

RGB 178 193 85 -
CMYK 0.08 0 0.56 0.24
HSL 68.33º 0.47% 0.55% -
HSV(B) 68.33º 0.56% 0.76% -
XYZ 39.07 48.26 15.85 -
YUV 176.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 178 193 85 0.08 0 0.56 0.24 68.33 0.47 0.55
Hex B2 C1 55 8 0 38 18 44 2F 37
Octal 262 301 125 10 0 70 30 104 57 67
Binary 10110010 11000001 1010101 1000 0 111000 11000 1000100 101111 110111

Color Harmonies of #B2C155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C155

Black with #B2C155

Text Example


Text Example

White with #B2C155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C155; }

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

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

background-color css

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

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

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

border-color css

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

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

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