Html Css Color HEX #9AB95B Chelsea Cucumber

📋 copy color: '#9AB95B'

red 154 ◦ green 185 ◦ blue 91

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

Shades of Chelsea Cucumber #9AB95B

Tints of Chelsea Cucumber #9AB95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.16%

R = 35.81%
G = 43.02%
B = 21.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#9AB95B (or 0x9AB95B) is known color: Chelsea Cucumber. HEX triplet: 9A, B9 and 5B. RGB value is (154,185,91). Sum of RGB (Red+Green+Blue) = 154+185+91=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB95B is #6546A4. Grayscale: #A5A5A5. Windows color (decimal): -6637221 or 6011290. OLE color: 6011290.

HSL color Cylindrical-coordinate representation of color #9AB95B: hue angle of 79.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AB95B is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 91 -
CMYK 0.17 0 0.51 0.27
HSL 79.79º 0.4% 0.54% -
HSV(B) 79.79º 0.51% 0.73% -
XYZ 32.56 42.32 16.35 -
YUV 165.02 86.23 120.14 -
System Red Green Blue C M Y K H S L
Decimal 154 185 91 0.17 0 0.51 0.27 79.79 0.4 0.54
Hex 9A B9 5B 11 0 33 1B 50 28 36
Octal 232 271 133 21 0 63 33 120 50 66
Binary 10011010 10111001 1011011 10001 0 110011 11011 1010000 101000 110110

Color Harmonies of #9AB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB95B

Black with #9AB95B

Text Example


Text Example

White with #9AB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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