Html Css Color HEX #99961B Citron

📋 copy color: '#99961B'

red 153 ◦ green 150 ◦ blue 27

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

Shades of Citron #99961B

Tints of Citron #99961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.18%

R = 46.36%
G = 45.45%
B = 8.18%

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

#99961B (or 0x99961B) is known color: Citron. HEX triplet: 99, 96 and 1B. RGB value is (153,150,27). Sum of RGB (Red+Green+Blue) = 153+150+27=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #99961B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99961B is #6669E4. Grayscale: #898989. Windows color (decimal): -6711781 or 1808025. OLE color: 1808025.

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

Color convert

RGB 153 150 27 -
CMYK 0 0.02 0.82 0.4
HSL 58.57º 0.7% 0.35% -
HSV(B) 58.57º 0.82% 0.6% -
XYZ 24.24 28.66 5.29 -
YUV 136.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 153 150 27 0 0.02 0.82 0.4 58.57 0.7 0.35
Hex 99 96 1B 0 2 52 28 3B 46 23
Octal 231 226 33 0 2 122 50 73 106 43
Binary 10011001 10010110 11011 0 10 1010010 101000 111011 1000110 100011

Color Harmonies of #99961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99961B

Black with #99961B

Text Example


Text Example

White with #99961B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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