Html Css Color HEX #99961C Citron

📋 copy color: '#99961C'

red 153 ◦ green 150 ◦ blue 28

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

Shades of Citron #99961C

Tints of Citron #99961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.32%

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

R = 46.22%
G = 45.32%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99961C (or 0x99961C) is known color: Citron. HEX triplet: 99, 96 and 1C. RGB value is (153,150,28). Sum of RGB (Red+Green+Blue) = 153+150+28=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 150 (58.98% from 255 or 45.32% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #99961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99961C is #6669E3. Grayscale: #898989. Windows color (decimal): -6711780 or 1873561. OLE color: 1873561.

HSL color Cylindrical-coordinate representation of color #99961C: hue angle of 58.56º 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 #99961C is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 28 -
CMYK 0 0.02 0.82 0.4
HSL 58.56º 0.69% 0.35% -
HSV(B) 58.56º 0.82% 0.6% -
XYZ 24.25 28.67 5.35 -
YUV 136.99 66.49 139.42 -
System Red Green Blue C M Y K H S L
Decimal 153 150 28 0 0.02 0.82 0.4 58.56 0.69 0.35
Hex 99 96 1C 0 2 52 28 3B 45 23
Octal 231 226 34 0 2 122 50 73 105 43
Binary 10011001 10010110 11100 0 10 1010010 101000 111011 1000101 100011

Color Harmonies of #99961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99961C

Black with #99961C

Text Example


Text Example

White with #99961C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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