Html Css Color HEX #99BF55 Chelsea Cucumber

📋 copy color: '#99BF55'

red 153 ◦ green 191 ◦ blue 85

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

Shades of Chelsea Cucumber #99BF55

Tints of Chelsea Cucumber #99BF55

RGB

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

 GREEN value IS 191 (75% from 255) = 44.52%

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

R = 35.66%
G = 44.52%
B = 19.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#99BF55 (or 0x99BF55) is known color: Chelsea Cucumber. HEX triplet: 99, BF and 55. RGB value is (153,191,85). Sum of RGB (Red+Green+Blue) = 153+191+85=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BF55 is #6640AA. Grayscale: #A7A7A7. Windows color (decimal): -6701227 or 5619609. OLE color: 5619609.

HSL color Cylindrical-coordinate representation of color #99BF55: hue angle of 81.51º 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 #99BF55 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 85 -
CMYK 0.20 0 0.55 0.25
HSL 81.51º 0.45% 0.54% -
HSV(B) 81.51º 0.55% 0.75% -
XYZ 33.41 44.69 15.46 -
YUV 167.55 81.41 117.62 -
System Red Green Blue C M Y K H S L
Decimal 153 191 85 0.20 0 0.55 0.25 81.51 0.45 0.54
Hex 99 BF 55 14 0 37 19 52 2D 36
Octal 231 277 125 24 0 67 31 122 55 66
Binary 10011001 10111111 1010101 10100 0 110111 11001 1010010 101101 110110

Color Harmonies of #99BF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF55

Black with #99BF55

Text Example


Text Example

White with #99BF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,85); }

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

background-color css

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

 a { background-color: rgb(153,191,85); }

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

border-color css

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

 span { border-color: rgb(153,191,85); }

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