Html Css Color HEX #B3BC50 Celery

📋 copy color: '#B3BC50'

red 179 ◦ green 188 ◦ blue 80

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

Shades of Celery #B3BC50

Tints of Celery #B3BC50

RGB

 RED value IS 179 (70.31% from 255) = 40.04%

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

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

R = 40.04%
G = 42.06%
B = 17.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#B3BC50 (or 0xB3BC50) is known color: Celery. HEX triplet: B3, BC and 50. RGB value is (179,188,80). Sum of RGB (Red+Green+Blue) = 179+188+80=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BC50 is #4C43AF. Grayscale: #ADADAD. Windows color (decimal): -4998064 or 5291187. OLE color: 5291187.

HSL color Cylindrical-coordinate representation of color #B3BC50: hue angle of 65º 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 #B3BC50 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 80 -
CMYK 0.05 0 0.57 0.26
HSL 65º 0.45% 0.53% -
HSV(B) 65º 0.57% 0.74% -
XYZ 38.02 46.13 14.49 -
YUV 173 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 179 188 80 0.05 0 0.57 0.26 65 0.45 0.53
Hex B3 BC 50 5 0 39 1A 41 2D 35
Octal 263 274 120 5 0 71 32 101 55 65
Binary 10110011 10111100 1010000 101 0 111001 11010 1000001 101101 110101

Color Harmonies of #B3BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC50

Black with #B3BC50

Text Example


Text Example

White with #B3BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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