#9BBE55

Color #9BBE55 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #9BBE55

Tints of Chelsea Cucumber #9BBE55

Color information

#9BBE55 (or 0x9BBE55) is unknown color: approx Chelsea Cucumber. HEX triplet: 9B, BE and 55. RGB value is (155,190,85). Sum of RGB (Red+Green+Blue) = 155+190+85=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 85 (33.59% from 255 or 19.77% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBE55 is #6441AA. Grayscale: #A7A7A7. Windows color (decimal): -6570411 or 5619355. OLE color: 5619355.

HSL color Cylindrical-coordinate representation of color #9BBE55: hue angle of 80º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BBE55 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB15519085-
CMYK0.1800.550.25
HSL80º44.68%53.92%-
HSV(B)80º55.26%74.51%-
XYZ33.5744.4515.4-
YUV167.5681.4119.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 85 (33.59% from 255) = 19.77%
R=36.05%
G=44.19%
B=19.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155190850.1800.550.258044.6853.92
Hex9BBE551203719502d36
Octal23327612522067311205566
Binary10011011101111101010101100100110111110011010000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,190,85); }

 H1.HeaderClassName
 {
   color: #9BBE55;
 }
 .AnyTagClassName
 {
   color: #9BBE55;
 }
</style>
background-color css

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

 a { background-color: rgb(155,190,85); }

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

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

 span { border-color: rgb(155,190,85); }

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