Html Css Color HEX #B0BC50 Celery

📋 copy color: '#B0BC50'

red 176 ◦ green 188 ◦ blue 80

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

Shades of Celery #B0BC50

Tints of Celery #B0BC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.34%

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

R = 39.64%
G = 42.34%
B = 18.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#B0BC50 (or 0xB0BC50) is known color: Celery. HEX triplet: B0, BC and 50. RGB value is (176,188,80). Sum of RGB (Red+Green+Blue) = 176+188+80=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BC50 is #4F43AF. Grayscale: #ACACAC. Windows color (decimal): -5194672 or 5291184. OLE color: 5291184.

HSL color Cylindrical-coordinate representation of color #B0BC50: hue angle of 66.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B0BC50 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 80 -
CMYK 0.06 0 0.57 0.26
HSL 66.67º 0.45% 0.53% -
HSV(B) 66.67º 0.57% 0.74% -
XYZ 37.34 45.78 14.46 -
YUV 172.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 176 188 80 0.06 0 0.57 0.26 66.67 0.45 0.53
Hex B0 BC 50 6 0 39 1A 43 2D 35
Octal 260 274 120 6 0 71 32 103 55 65
Binary 10110000 10111100 1010000 110 0 111001 11010 1000011 101101 110101

Color Harmonies of #B0BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC50

Black with #B0BC50

Text Example


Text Example

White with #B0BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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