Html Css Color HEX #96991D Citron

📋 copy color: '#96991D'

red 150 ◦ green 153 ◦ blue 29

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

Shades of Citron #96991D

Tints of Citron #96991D

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 45.18%
G = 46.08%
B = 8.73%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#96991D (or 0x96991D) is known color: Citron. HEX triplet: 96, 99 and 1D. RGB value is (150,153,29). Sum of RGB (Red+Green+Blue) = 150+153+29=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #96991D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96991D is #6966E2. Grayscale: #8A8A8A. Windows color (decimal): -6907619 or 1939862. OLE color: 1939862.

HSL color Cylindrical-coordinate representation of color #96991D: hue angle of 61.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #96991D is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 29 -
CMYK 0.02 0 0.81 0.4
HSL 61.45º 0.68% 0.36% -
HSV(B) 61.45º 0.81% 0.6% -
XYZ 24.19 29.36 5.55 -
YUV 137.97 66.51 136.58 -
System Red Green Blue C M Y K H S L
Decimal 150 153 29 0.02 0 0.81 0.4 61.45 0.68 0.36
Hex 96 99 1D 2 0 51 28 3D 44 24
Octal 226 231 35 2 0 121 50 75 104 44
Binary 10010110 10011001 11101 10 0 1010001 101000 111101 1000100 100100

Color Harmonies of #96991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96991D

Black with #96991D

Text Example


Text Example

White with #96991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96991D; }

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

 H1.HeaderClassName
 {
   color: #96991D;
 }
 .AnyTagClassName
 {
   color: #96991D;
 }
</style>

background-color css

<style>
 a { background-color: #96991D; }

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

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

border-color css

<style>
 span { border-color: #96991D; }

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

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