Html Css Color HEX #99A236 Citron

📋 copy color: '#99A236'

red 153 ◦ green 162 ◦ blue 54

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

Shades of Citron #99A236

Tints of Citron #99A236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 54 (21.48% from 255) = 14.63%

R = 41.46%
G = 43.9%
B = 14.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#99A236 (or 0x99A236) is known color: Citron. HEX triplet: 99, A2 and 36. RGB value is (153,162,54). Sum of RGB (Red+Green+Blue) = 153+162+54=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #99A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A236 is #665DC9. Grayscale: #939393. Windows color (decimal): -6708682 or 3580569. OLE color: 3580569.

HSL color Cylindrical-coordinate representation of color #99A236: hue angle of 65º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #99A236 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 54 -
CMYK 0.06 0 0.67 0.36
HSL 65º 0.5% 0.42% -
HSV(B) 65º 0.67% 0.64% -
XYZ 26.72 32.88 8.43 -
YUV 147 75.52 132.28 -
System Red Green Blue C M Y K H S L
Decimal 153 162 54 0.06 0 0.67 0.36 65 0.5 0.42
Hex 99 A2 36 6 0 43 24 41 32 2A
Octal 231 242 66 6 0 103 44 101 62 52
Binary 10011001 10100010 110110 110 0 1000011 100100 1000001 110010 101010

Color Harmonies of #99A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A236

Black with #99A236

Text Example


Text Example

White with #99A236

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,54); }

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

background-color css

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

 a { background-color: rgb(153,162,54); }

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

border-color css

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

 span { border-color: rgb(153,162,54); }

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