Html Css Color HEX #B3CB50 Celery

📋 copy color: '#B3CB50'

red 179 ◦ green 203 ◦ blue 80

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

Shades of Celery #B3CB50

Tints of Celery #B3CB50

RGB

 RED value IS 179 (70.31% from 255) = 38.74%

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

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

R = 38.74%
G = 43.94%
B = 17.32%

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

#B3CB50 (or 0xB3CB50) is known color: Celery. HEX triplet: B3, CB and 50. RGB value is (179,203,80). Sum of RGB (Red+Green+Blue) = 179+203+80=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 80 (31.64% from 255 or 17.32% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3CB50 is #4C34AF. Grayscale: #B6B6B6. Windows color (decimal): -4994224 or 5295027. OLE color: 5295027.

HSL color Cylindrical-coordinate representation of color #B3CB50: hue angle of 71.71º 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 #B3CB50 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 203 80 -
CMYK 0.12 0 0.61 0.20
HSL 71.71º 0.54% 0.55% -
HSV(B) 71.71º 0.61% 0.8% -
XYZ 41.39 52.87 15.61 -
YUV 181.8 70.55 126 -
System Red Green Blue C M Y K H S L
Decimal 179 203 80 0.12 0 0.61 0.20 71.71 0.54 0.55
Hex B3 CB 50 C 0 3D 14 48 36 37
Octal 263 313 120 14 0 75 24 110 66 67
Binary 10110011 11001011 1010000 1100 0 111101 10100 1001000 110110 110111

Color Harmonies of #B3CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3CB50

Black with #B3CB50

Text Example


Text Example

White with #B3CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3CB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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