Html Css Color HEX #9CB950 Celery

📋 copy color: '#9CB950'

red 156 ◦ green 185 ◦ blue 80

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

Shades of Celery #9CB950

Tints of Celery #9CB950

RGB

 RED value IS 156 (61.33% from 255) = 37.05%

 GREEN value IS 185 (72.66% from 255) = 43.94%

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

R = 37.05%
G = 43.94%
B = 19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#9CB950 (or 0x9CB950) is known color: Celery. HEX triplet: 9C, B9 and 50. RGB value is (156,185,80). Sum of RGB (Red+Green+Blue) = 156+185+80=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB950 is #6346AF. Grayscale: #A4A4A4. Windows color (decimal): -6506160 or 5290396. OLE color: 5290396.

HSL color Cylindrical-coordinate representation of color #9CB950: hue angle of 76.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CB950 is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 80 -
CMYK 0.16 0 0.57 0.27
HSL 76.57º 0.43% 0.52% -
HSV(B) 76.57º 0.57% 0.73% -
XYZ 32.51 42.35 14.05 -
YUV 164.36 80.39 122.04 -
System Red Green Blue C M Y K H S L
Decimal 156 185 80 0.16 0 0.57 0.27 76.57 0.43 0.52
Hex 9C B9 50 10 0 39 1B 4D 2B 34
Octal 234 271 120 20 0 71 33 115 53 64
Binary 10011100 10111001 1010000 10000 0 111001 11011 1001101 101011 110100

Color Harmonies of #9CB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB950

Black with #9CB950

Text Example


Text Example

White with #9CB950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CB950; }

 p { color: rgb(156,185,80); }

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

background-color css

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

 a { background-color: rgb(156,185,80); }

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

border-color css

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

 span { border-color: rgb(156,185,80); }

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