Html Css Color HEX #99A533 Citron

📋 copy color: '#99A533'

red 153 ◦ green 165 ◦ blue 51

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

Shades of Citron #99A533

Tints of Citron #99A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 51 (20.31% from 255) = 13.82%

R = 41.46%
G = 44.72%
B = 13.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#99A533 (or 0x99A533) is known color: Citron. HEX triplet: 99, A5 and 33. RGB value is (153,165,51). Sum of RGB (Red+Green+Blue) = 153+165+51=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 51 (20.31% from 255 or 13.82% from 369); Max value from RGB is 165 - color contains mainly: green. Hex color #99A533 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A533 is #665ACC. Grayscale: #949494. Windows color (decimal): -6707917 or 3384729. OLE color: 3384729.

HSL color Cylindrical-coordinate representation of color #99A533: hue angle of 66.32º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #99A533 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 165 51 -
CMYK 0.07 0 0.69 0.35
HSL 66.32º 0.53% 0.42% -
HSV(B) 66.32º 0.69% 0.65% -
XYZ 27.19 33.92 8.25 -
YUV 148.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 153 165 51 0.07 0 0.69 0.35 66.32 0.53 0.42
Hex 99 A5 33 7 0 45 23 42 35 2A
Octal 231 245 63 7 0 105 43 102 65 52
Binary 10011001 10100101 110011 111 0 1000101 100011 1000010 110101 101010

Color Harmonies of #99A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A533

Black with #99A533

Text Example


Text Example

White with #99A533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,165,51); }

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

background-color css

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

 a { background-color: rgb(153,165,51); }

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

border-color css

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

 span { border-color: rgb(153,165,51); }

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