Html Css Color HEX #96992F Citron

📋 copy color: '#96992F'

red 150 ◦ green 153 ◦ blue 47

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

Shades of Citron #96992F

Tints of Citron #96992F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 42.86%
G = 43.71%
B = 13.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#96992F (or 0x96992F) is known color: Citron. HEX triplet: 96, 99 and 2F. RGB value is (150,153,47). Sum of RGB (Red+Green+Blue) = 150+153+47=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #96992F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96992F is #6966D0. Grayscale: #8C8C8C. Windows color (decimal): -6907601 or 3119510. OLE color: 3119510.

HSL color Cylindrical-coordinate representation of color #96992F: hue angle of 61.7º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96992F is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 47 -
CMYK 0.02 0 0.69 0.4
HSL 61.7º 0.53% 0.39% -
HSV(B) 61.7º 0.69% 0.6% -
XYZ 24.48 29.47 7.09 -
YUV 140.02 75.51 135.12 -
System Red Green Blue C M Y K H S L
Decimal 150 153 47 0.02 0 0.69 0.4 61.7 0.53 0.39
Hex 96 99 2F 2 0 45 28 3E 35 27
Octal 226 231 57 2 0 105 50 76 65 47
Binary 10010110 10011001 101111 10 0 1000101 101000 111110 110101 100111

Color Harmonies of #96992F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96992F

Black with #96992F

Text Example


Text Example

White with #96992F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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