Html Css Color HEX #B1C350 Celery

📋 copy color: '#B1C350'

red 177 ◦ green 195 ◦ blue 80

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

Shades of Celery #B1C350

Tints of Celery #B1C350

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 39.16%
G = 43.14%
B = 17.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#B1C350 (or 0xB1C350) is known color: Celery. HEX triplet: B1, C3 and 50. RGB value is (177,195,80). Sum of RGB (Red+Green+Blue) = 177+195+80=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C350 is #4E3CAF. Grayscale: #B0B0B0. Windows color (decimal): -5127344 or 5292977. OLE color: 5292977.

HSL color Cylindrical-coordinate representation of color #B1C350: hue angle of 69.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1C350 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 80 -
CMYK 0.09 0 0.59 0.24
HSL 69.39º 0.49% 0.54% -
HSV(B) 69.39º 0.59% 0.76% -
XYZ 39.09 48.96 14.98 -
YUV 176.51 73.54 128.35 -
System Red Green Blue C M Y K H S L
Decimal 177 195 80 0.09 0 0.59 0.24 69.39 0.49 0.54
Hex B1 C3 50 9 0 3B 18 45 31 36
Octal 261 303 120 11 0 73 30 105 61 66
Binary 10110001 11000011 1010000 1001 0 111011 11000 1000101 110001 110110

Color Harmonies of #B1C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C350

Black with #B1C350

Text Example


Text Example

White with #B1C350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C350; }

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

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

background-color css

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

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

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

border-color css

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

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

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