Html Css Color HEX #B5CB50 Celery

📋 copy color: '#B5CB50'

red 181 ◦ green 203 ◦ blue 80

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

Shades of Celery #B5CB50

Tints of Celery #B5CB50

RGB

 RED value IS 181 (71.09% from 255) = 39.01%

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

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

R = 39.01%
G = 43.75%
B = 17.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#B5CB50 (or 0xB5CB50) is known color: Celery. HEX triplet: B5, CB and 50. RGB value is (181,203,80). Sum of RGB (Red+Green+Blue) = 181+203+80=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CB50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CB50 is #4A34AF. Grayscale: #B6B6B6. Windows color (decimal): -4863152 or 5295029. OLE color: 5295029.

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

Color convert

RGB 181 203 80 -
CMYK 0.11 0 0.61 0.20
HSL 70.73º 0.54% 0.55% -
HSV(B) 70.73º 0.61% 0.8% -
XYZ 41.86 53.11 15.64 -
YUV 182.4 70.21 127 -
System Red Green Blue C M Y K H S L
Decimal 181 203 80 0.11 0 0.61 0.20 70.73 0.54 0.55
Hex B5 CB 50 B 0 3D 14 47 36 37
Octal 265 313 120 13 0 75 24 107 66 67
Binary 10110101 11001011 1010000 1011 0 111101 10100 1000111 110110 110111

Color Harmonies of #B5CB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CB50

Black with #B5CB50

Text Example


Text Example

White with #B5CB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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