Html Css Color HEX #B3BD50 Celery

📋 copy color: '#B3BD50'

red 179 ◦ green 189 ◦ blue 80

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

Shades of Celery #B3BD50

Tints of Celery #B3BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.19%

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

R = 39.96%
G = 42.19%
B = 17.86%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#B3BD50 (or 0xB3BD50) is known color: Celery. HEX triplet: B3, BD and 50. RGB value is (179,189,80). Sum of RGB (Red+Green+Blue) = 179+189+80=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD50 is #4C42AF. Grayscale: #AEAEAE. Windows color (decimal): -4997808 or 5291443. OLE color: 5291443.

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

Color convert

RGB 179 189 80 -
CMYK 0.05 0 0.58 0.26
HSL 65.5º 0.45% 0.53% -
HSV(B) 65.5º 0.58% 0.74% -
XYZ 38.24 46.56 14.56 -
YUV 173.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 179 189 80 0.05 0 0.58 0.26 65.5 0.45 0.53
Hex B3 BD 50 5 0 3A 1A 42 2D 35
Octal 263 275 120 5 0 72 32 102 55 65
Binary 10110011 10111101 1010000 101 0 111010 11010 1000010 101101 110101

Color Harmonies of #B3BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD50

Black with #B3BD50

Text Example


Text Example

White with #B3BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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