Html Css Color HEX #96952C Citron

📋 copy color: '#96952C'

red 150 ◦ green 149 ◦ blue 44

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

Shades of Citron #96952C

Tints of Citron #96952C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.44%

 BLUE value IS 44 (17.58% from 255) = 12.83%

R = 43.73%
G = 43.44%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96952C (or 0x96952C) is known color: Citron. HEX triplet: 96, 95 and 2C. RGB value is (150,149,44). Sum of RGB (Red+Green+Blue) = 150+149+44=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 149 (58.59% from 255 or 43.44% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96952C is #696AD3. Grayscale: #898989. Windows color (decimal): -6908628 or 2921878. OLE color: 2921878.

HSL color Cylindrical-coordinate representation of color #96952C: hue angle of 59.43º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96952C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 149 44 -
CMYK 0 0.01 0.71 0.41
HSL 59.43º 0.55% 0.38% -
HSV(B) 59.43º 0.71% 0.59% -
XYZ 23.78 28.16 6.57 -
YUV 137.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 150 149 44 0 0.01 0.71 0.41 59.43 0.55 0.38
Hex 96 95 2C 0 1 47 29 3B 37 26
Octal 226 225 54 0 1 107 51 73 67 46
Binary 10010110 10010101 101100 0 1 1000111 101001 111011 110111 100110

Color Harmonies of #96952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96952C

Black with #96952C

Text Example


Text Example

White with #96952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96952C; }

 p { color: rgb(150,149,44); }

 H1.HeaderClassName
 {
   color: #96952C;
 }
 .AnyTagClassName
 {
   color: #96952C;
 }
</style>

background-color css

<style>
 a { background-color: #96952C; }

 a { background-color: rgb(150,149,44); }

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

border-color css

<style>
 span { border-color: #96952C; }

 span { border-color: rgb(150,149,44); }

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