Html Css Color HEX #99A641 Wasabi

📋 copy color: '#99A641'

red 153 ◦ green 166 ◦ blue 65

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

Shades of Wasabi #99A641

Tints of Wasabi #99A641

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.23%

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 39.84%
G = 43.23%
B = 16.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#99A641 (or 0x99A641) is known color: Wasabi. HEX triplet: 99, A6 and 41. RGB value is (153,166,65). Sum of RGB (Red+Green+Blue) = 153+166+65=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #99A641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A641 is #6659BE. Grayscale: #969696. Windows color (decimal): -6707647 or 4302489. OLE color: 4302489.

HSL color Cylindrical-coordinate representation of color #99A641: hue angle of 67.72º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99A641 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 166 65 -
CMYK 0.08 0 0.61 0.35
HSL 67.72º 0.44% 0.45% -
HSV(B) 67.72º 0.61% 0.65% -
XYZ 27.73 34.43 10.18 -
YUV 150.6 79.69 129.71 -
System Red Green Blue C M Y K H S L
Decimal 153 166 65 0.08 0 0.61 0.35 67.72 0.44 0.45
Hex 99 A6 41 8 0 3D 23 44 2C 2D
Octal 231 246 101 10 0 75 43 104 54 55
Binary 10011001 10100110 1000001 1000 0 111101 100011 1000100 101100 101101

Color Harmonies of #99A641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A641

Black with #99A641

Text Example


Text Example

White with #99A641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,166,65); }

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

background-color css

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

 a { background-color: rgb(153,166,65); }

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

border-color css

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

 span { border-color: rgb(153,166,65); }

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