Html Css Color HEX #B0C350 Celery

📋 copy color: '#B0C350'

red 176 ◦ green 195 ◦ blue 80

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

Shades of Celery #B0C350

Tints of Celery #B0C350

RGB

 RED value IS 176 (69.14% from 255) = 39.02%

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

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

R = 39.02%
G = 43.24%
B = 17.74%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#B0C350 (or 0xB0C350) is known color: Celery. HEX triplet: B0, C3 and 50. RGB value is (176,195,80). Sum of RGB (Red+Green+Blue) = 176+195+80=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 195 (76.56% from 255 or 43.24% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C350 is #4F3CAF. Grayscale: #B0B0B0. Windows color (decimal): -5192880 or 5292976. OLE color: 5292976.

HSL color Cylindrical-coordinate representation of color #B0C350: hue angle of 69.91º 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 #B0C350 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 80 -
CMYK 0.10 0 0.59 0.24
HSL 69.91º 0.49% 0.54% -
HSV(B) 69.91º 0.59% 0.76% -
XYZ 38.87 48.84 14.97 -
YUV 176.21 73.71 127.85 -
System Red Green Blue C M Y K H S L
Decimal 176 195 80 0.10 0 0.59 0.24 69.91 0.49 0.54
Hex B0 C3 50 A 0 3B 18 46 31 36
Octal 260 303 120 12 0 73 30 106 61 66
Binary 10110000 11000011 1010000 1010 0 111011 11000 1000110 110001 110110

Color Harmonies of #B0C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C350

Black with #B0C350

Text Example


Text Example

White with #B0C350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C350; }

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

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

background-color css

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

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

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

border-color css

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

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

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