Html Css Color HEX #9BBD55 Chelsea Cucumber

📋 copy color: '#9BBD55'

red 155 ◦ green 189 ◦ blue 85

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

Shades of Chelsea Cucumber #9BBD55

Tints of Chelsea Cucumber #9BBD55

RGB

 RED value IS 155 (60.94% from 255) = 36.13%

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 85 (33.59% from 255) = 19.81%

R = 36.13%
G = 44.06%
B = 19.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#9BBD55 (or 0x9BBD55) is known color: Chelsea Cucumber. HEX triplet: 9B, BD and 55. RGB value is (155,189,85). Sum of RGB (Red+Green+Blue) = 155+189+85=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #9BBD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBD55 is #6442AA. Grayscale: #A7A7A7. Windows color (decimal): -6570667 or 5619099. OLE color: 5619099.

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

Color convert

RGB 155 189 85 -
CMYK 0.18 0 0.55 0.26
HSL 79.62º 0.44% 0.54% -
HSV(B) 79.62º 0.55% 0.74% -
XYZ 33.35 44.02 15.33 -
YUV 166.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 155 189 85 0.18 0 0.55 0.26 79.62 0.44 0.54
Hex 9B BD 55 12 0 37 1A 50 2C 36
Octal 233 275 125 22 0 67 32 120 54 66
Binary 10011011 10111101 1010101 10010 0 110111 11010 1010000 101100 110110

Color Harmonies of #9BBD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBD55

Black with #9BBD55

Text Example


Text Example

White with #9BBD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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