Html Css Color HEX #9AB950 Chelsea Cucumber

📋 copy color: '#9AB950'

red 154 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #9AB950

Tints of Chelsea Cucumber #9AB950

RGB

 RED value IS 154 (60.55% from 255) = 36.75%

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

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

R = 36.75%
G = 44.15%
B = 19.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#9AB950 (or 0x9AB950) is known color: Chelsea Cucumber. HEX triplet: 9A, B9 and 50. RGB value is (154,185,80). Sum of RGB (Red+Green+Blue) = 154+185+80=419 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.75% from 419); Green value is 185 (72.66% from 255 or 44.15% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB950 is #6546AF. Grayscale: #A4A4A4. Windows color (decimal): -6637232 or 5290394. OLE color: 5290394.

HSL color Cylindrical-coordinate representation of color #9AB950: hue angle of 77.71º 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 #9AB950 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 80 -
CMYK 0.17 0 0.57 0.27
HSL 77.71º 0.43% 0.52% -
HSV(B) 77.71º 0.57% 0.73% -
XYZ 32.12 42.15 14.03 -
YUV 163.76 80.73 121.04 -
System Red Green Blue C M Y K H S L
Decimal 154 185 80 0.17 0 0.57 0.27 77.71 0.43 0.52
Hex 9A B9 50 11 0 39 1B 4E 2B 34
Octal 232 271 120 21 0 71 33 116 53 64
Binary 10011010 10111001 1010000 10001 0 111001 11011 1001110 101011 110100

Color Harmonies of #9AB950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB950

Black with #9AB950

Text Example


Text Example

White with #9AB950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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