Html Css Color HEX #99961F Citron

📋 copy color: '#99961F'

red 153 ◦ green 150 ◦ blue 31

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

Shades of Citron #99961F

Tints of Citron #99961F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.28%

R = 45.81%
G = 44.91%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99961F (or 0x99961F) is known color: Citron. HEX triplet: 99, 96 and 1F. RGB value is (153,150,31). Sum of RGB (Red+Green+Blue) = 153+150+31=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #99961F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99961F is #6669E0. Grayscale: #898989. Windows color (decimal): -6711777 or 2070169. OLE color: 2070169.

HSL color Cylindrical-coordinate representation of color #99961F: hue angle of 58.52º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99961F is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 31 -
CMYK 0 0.02 0.80 0.4
HSL 58.52º 0.66% 0.36% -
HSV(B) 58.52º 0.8% 0.6% -
XYZ 24.29 28.68 5.55 -
YUV 137.33 67.99 139.18 -
System Red Green Blue C M Y K H S L
Decimal 153 150 31 0 0.02 0.80 0.4 58.52 0.66 0.36
Hex 99 96 1F 0 2 50 28 3B 42 24
Octal 231 226 37 0 2 120 50 73 102 44
Binary 10011001 10010110 11111 0 10 1010000 101000 111011 1000010 100100

Color Harmonies of #99961F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99961F

Black with #99961F

Text Example


Text Example

White with #99961F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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