Html Css Color HEX #99A238 Citron

📋 copy color: '#99A238'

red 153 ◦ green 162 ◦ blue 56

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

Shades of Citron #99A238

Tints of Citron #99A238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 41.24%
G = 43.67%
B = 15.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#99A238 (or 0x99A238) is known color: Citron. HEX triplet: 99, A2 and 38. RGB value is (153,162,56). Sum of RGB (Red+Green+Blue) = 153+162+56=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #99A238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A238 is #665DC7. Grayscale: #939393. Windows color (decimal): -6708680 or 3711641. OLE color: 3711641.

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

Color convert

RGB 153 162 56 -
CMYK 0.06 0 0.65 0.36
HSL 65.09º 0.49% 0.43% -
HSV(B) 65.09º 0.65% 0.64% -
XYZ 26.77 32.9 8.68 -
YUV 147.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 153 162 56 0.06 0 0.65 0.36 65.09 0.49 0.43
Hex 99 A2 38 6 0 41 24 41 31 2B
Octal 231 242 70 6 0 101 44 101 61 53
Binary 10011001 10100010 111000 110 0 1000001 100100 1000001 110001 101011

Color Harmonies of #99A238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A238

Black with #99A238

Text Example


Text Example

White with #99A238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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