Html Css Color HEX #B2CB50 Celery

📋 copy color: '#B2CB50'

red 178 ◦ green 203 ◦ blue 80

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

Shades of Celery #B2CB50

Tints of Celery #B2CB50

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.03%

 BLUE value IS 80 (31.64% from 255) = 17.35%

R = 38.61%
G = 44.03%
B = 17.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#B2CB50 (or 0xB2CB50) is known color: Celery. HEX triplet: B2, CB and 50. RGB value is (178,203,80). Sum of RGB (Red+Green+Blue) = 178+203+80=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2CB50 is #4D34AF. Grayscale: #B5B5B5. Windows color (decimal): -5059760 or 5295026. OLE color: 5295026.

HSL color Cylindrical-coordinate representation of color #B2CB50: hue angle of 72.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2CB50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 203 80 -
CMYK 0.12 0 0.61 0.20
HSL 72.2º 0.54% 0.55% -
HSV(B) 72.2º 0.61% 0.8% -
XYZ 41.16 52.76 15.6 -
YUV 181.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 178 203 80 0.12 0 0.61 0.20 72.2 0.54 0.55
Hex B2 CB 50 C 0 3D 14 48 36 37
Octal 262 313 120 14 0 75 24 110 66 67
Binary 10110010 11001011 1010000 1100 0 111101 10100 1001000 110110 110111

Color Harmonies of #B2CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB50

Black with #B2CB50

Text Example


Text Example

White with #B2CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB50; }

 p { color: rgb(178,203,80); }

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

background-color css

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

 a { background-color: rgb(178,203,80); }

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

border-color css

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

 span { border-color: rgb(178,203,80); }

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