Html Css Color HEX #99991C Citron

📋 copy color: '#99991C'

red 153 ◦ green 153 ◦ blue 28

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

Shades of Citron #99991C

Tints of Citron #99991C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

 BLUE value IS 28 (11.33% from 255) = 8.38%

R = 45.81%
G = 45.81%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99991C (or 0x99991C) is known color: Citron. HEX triplet: 99, 99 and 1C. RGB value is (153,153,28). Sum of RGB (Red+Green+Blue) = 153+153+28=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 28 (11.33% from 255 or 8.38% from 334); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99991C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99991C is #6666E3. Grayscale: #8B8B8B. Windows color (decimal): -6711012 or 1874329. OLE color: 1874329.

HSL color Cylindrical-coordinate representation of color #99991C: hue angle of 60º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99991C is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 28 -
CMYK 0 0 0.82 0.4
HSL 60º 0.69% 0.35% -
HSV(B) 60º 0.82% 0.6% -
XYZ 24.74 29.64 5.52 -
YUV 138.75 65.5 138.16 -
System Red Green Blue C M Y K H S L
Decimal 153 153 28 0 0 0.82 0.4 60 0.69 0.35
Hex 99 99 1C 0 0 52 28 3C 45 23
Octal 231 231 34 0 0 122 50 74 105 43
Binary 10011001 10011001 11100 0 0 1010010 101000 111100 1000101 100011

Color Harmonies of #99991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99991C

Black with #99991C

Text Example


Text Example

White with #99991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99991C; }

 p { color: rgb(153,153,28); }

 H1.HeaderClassName
 {
   color: #99991C;
 }
 .AnyTagClassName
 {
   color: #99991C;
 }
</style>

background-color css

<style>
 a { background-color: #99991C; }

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

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

border-color css

<style>
 span { border-color: #99991C; }

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

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