Html Css Color HEX #B3C350 Celery

📋 copy color: '#B3C350'

red 179 ◦ green 195 ◦ blue 80

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

Shades of Celery #B3C350

Tints of Celery #B3C350

RGB

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

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

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

R = 39.43%
G = 42.95%
B = 17.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#B3C350 (or 0xB3C350) is known color: Celery. HEX triplet: B3, C3 and 50. RGB value is (179,195,80). Sum of RGB (Red+Green+Blue) = 179+195+80=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C350 is #4C3CAF. Grayscale: #B1B1B1. Windows color (decimal): -4996272 or 5292979. OLE color: 5292979.

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

Color convert

RGB 179 195 80 -
CMYK 0.08 0 0.59 0.24
HSL 68.35º 0.49% 0.54% -
HSV(B) 68.35º 0.59% 0.76% -
XYZ 39.55 49.19 15 -
YUV 177.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 179 195 80 0.08 0 0.59 0.24 68.35 0.49 0.54
Hex B3 C3 50 8 0 3B 18 44 31 36
Octal 263 303 120 10 0 73 30 104 61 66
Binary 10110011 11000011 1010000 1000 0 111011 11000 1000100 110001 110110

Color Harmonies of #B3C350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C350

Black with #B3C350

Text Example


Text Example

White with #B3C350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C350; }

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

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

background-color css

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

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

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

border-color css

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

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

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