Html Css Color HEX #B1CA50 Celery

📋 copy color: '#B1CA50'

red 177 ◦ green 202 ◦ blue 80

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

Shades of Celery #B1CA50

Tints of Celery #B1CA50

RGB

 RED value IS 177 (69.53% from 255) = 38.56%

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

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

R = 38.56%
G = 44.01%
B = 17.43%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#B1CA50 (or 0xB1CA50) is known color: Celery. HEX triplet: B1, CA and 50. RGB value is (177,202,80). Sum of RGB (Red+Green+Blue) = 177+202+80=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1CA50 is #4E35AF. Grayscale: #B5B5B5. Windows color (decimal): -5125552 or 5294769. OLE color: 5294769.

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

Color convert

RGB 177 202 80 -
CMYK 0.12 0 0.60 0.21
HSL 72.3º 0.54% 0.55% -
HSV(B) 72.3º 0.6% 0.79% -
XYZ 40.7 52.17 15.51 -
YUV 180.62 71.22 125.42 -
System Red Green Blue C M Y K H S L
Decimal 177 202 80 0.12 0 0.60 0.21 72.3 0.54 0.55
Hex B1 CA 50 C 0 3C 15 48 36 37
Octal 261 312 120 14 0 74 25 110 66 67
Binary 10110001 11001010 1010000 1100 0 111100 10101 1001000 110110 110111

Color Harmonies of #B1CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CA50

Black with #B1CA50

Text Example


Text Example

White with #B1CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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