Html Css Color HEX #99B950 Chelsea Cucumber

📋 copy color: '#99B950'

red 153 ◦ green 185 ◦ blue 80

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

Shades of Chelsea Cucumber #99B950

Tints of Chelsea Cucumber #99B950

RGB

 RED value IS 153 (60.16% from 255) = 36.6%

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

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

R = 36.6%
G = 44.26%
B = 19.14%

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

#99B950 (or 0x99B950) is known color: Chelsea Cucumber. HEX triplet: 99, B9 and 50. RGB value is (153,185,80). Sum of RGB (Red+Green+Blue) = 153+185+80=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #99B950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99B950 is #6646AF. Grayscale: #A3A3A3. Windows color (decimal): -6702768 or 5290393. OLE color: 5290393.

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

Color convert

RGB 153 185 80 -
CMYK 0.17 0 0.57 0.27
HSL 78.29º 0.43% 0.52% -
HSV(B) 78.29º 0.57% 0.73% -
XYZ 31.93 42.05 14.02 -
YUV 163.46 80.9 120.54 -
System Red Green Blue C M Y K H S L
Decimal 153 185 80 0.17 0 0.57 0.27 78.29 0.43 0.52
Hex 99 B9 50 11 0 39 1B 4E 2B 34
Octal 231 271 120 21 0 71 33 116 53 64
Binary 10011001 10111001 1010000 10001 0 111001 11011 1001110 101011 110100

Color Harmonies of #99B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B950

Black with #99B950

Text Example


Text Example

White with #99B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B950; }

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

 H1.HeaderClassName
 {
   color: #99B950;
 }
 .AnyTagClassName
 {
   color: #99B950;
 }
</style>

background-color css

<style>
 a { background-color: #99B950; }

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

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

border-color css

<style>
 span { border-color: #99B950; }

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

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