Html Css Color HEX #9BBA53 Chelsea Cucumber

📋 copy color: '#9BBA53'

red 155 ◦ green 186 ◦ blue 83

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

Shades of Chelsea Cucumber #9BBA53

Tints of Chelsea Cucumber #9BBA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 36.56%
G = 43.87%
B = 19.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#9BBA53 (or 0x9BBA53) is known color: Chelsea Cucumber. HEX triplet: 9B, BA and 53. RGB value is (155,186,83). Sum of RGB (Red+Green+Blue) = 155+186+83=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BBA53 is #6445AC. Grayscale: #A5A5A5. Windows color (decimal): -6571437 or 5487259. OLE color: 5487259.

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

Color convert

RGB 155 186 83 -
CMYK 0.17 0 0.55 0.27
HSL 78.06º 0.43% 0.53% -
HSV(B) 78.06º 0.55% 0.73% -
XYZ 32.64 42.71 14.71 -
YUV 164.99 81.73 120.88 -
System Red Green Blue C M Y K H S L
Decimal 155 186 83 0.17 0 0.55 0.27 78.06 0.43 0.53
Hex 9B BA 53 11 0 37 1B 4E 2B 35
Octal 233 272 123 21 0 67 33 116 53 65
Binary 10011011 10111010 1010011 10001 0 110111 11011 1001110 101011 110101

Color Harmonies of #9BBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA53

Black with #9BBA53

Text Example


Text Example

White with #9BBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,186,83); }

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

background-color css

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

 a { background-color: rgb(155,186,83); }

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

border-color css

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

 span { border-color: rgb(155,186,83); }

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