Html Css Color HEX #99941F Citron

📋 copy color: '#99941F'

red 153 ◦ green 148 ◦ blue 31

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

Shades of Citron #99941F

Tints of Citron #99941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 46.08%
G = 44.58%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99941F (or 0x99941F) is known color: Citron. HEX triplet: 99, 94 and 1F. RGB value is (153,148,31). Sum of RGB (Red+Green+Blue) = 153+148+31=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 31 (12.5% from 255 or 9.34% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #99941F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99941F is #666BE0. Grayscale: #888888. Windows color (decimal): -6712289 or 2069657. OLE color: 2069657.

HSL color Cylindrical-coordinate representation of color #99941F: hue angle of 57.54º 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 #99941F is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 148 31 -
CMYK 0 0.03 0.80 0.4
HSL 57.54º 0.66% 0.36% -
HSV(B) 57.54º 0.8% 0.6% -
XYZ 23.97 28.05 5.45 -
YUV 136.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 153 148 31 0 0.03 0.80 0.4 57.54 0.66 0.36
Hex 99 94 1F 0 3 50 28 3A 42 24
Octal 231 224 37 0 3 120 50 72 102 44
Binary 10011001 10010100 11111 0 11 1010000 101000 111010 1000010 100100

Color Harmonies of #99941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99941F

Black with #99941F

Text Example


Text Example

White with #99941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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