Html Css Color HEX #B5CA50 Celery

📋 copy color: '#B5CA50'

red 181 ◦ green 202 ◦ blue 80

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

Shades of Celery #B5CA50

Tints of Celery #B5CA50

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

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

R = 39.09%
G = 43.63%
B = 17.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#B5CA50 (or 0xB5CA50) is known color: Celery. HEX triplet: B5, CA and 50. RGB value is (181,202,80). Sum of RGB (Red+Green+Blue) = 181+202+80=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #B5CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CA50 is #4A35AF. Grayscale: #B6B6B6. Windows color (decimal): -4863408 or 5294773. OLE color: 5294773.

HSL color Cylindrical-coordinate representation of color #B5CA50: hue angle of 70.33º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5CA50 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 202 80 -
CMYK 0.10 0 0.60 0.21
HSL 70.33º 0.54% 0.55% -
HSV(B) 70.33º 0.6% 0.79% -
XYZ 41.62 52.64 15.56 -
YUV 181.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 181 202 80 0.10 0 0.60 0.21 70.33 0.54 0.55
Hex B5 CA 50 A 0 3C 15 46 36 37
Octal 265 312 120 12 0 74 25 106 66 67
Binary 10110101 11001010 1010000 1010 0 111100 10101 1000110 110110 110111

Color Harmonies of #B5CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CA50

Black with #B5CA50

Text Example


Text Example

White with #B5CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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