Html Css Color HEX #96972C Citron

📋 copy color: '#96972C'

red 150 ◦ green 151 ◦ blue 44

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

Shades of Citron #96972C

Tints of Citron #96972C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 43.48%
G = 43.77%
B = 12.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#96972C (or 0x96972C) is known color: Citron. HEX triplet: 96, 97 and 2C. RGB value is (150,151,44). Sum of RGB (Red+Green+Blue) = 150+151+44=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #96972C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96972C is #6968D3. Grayscale: #8A8A8A. Windows color (decimal): -6908116 or 2922390. OLE color: 2922390.

HSL color Cylindrical-coordinate representation of color #96972C: hue angle of 60.56º 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 #96972C is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 44 -
CMYK 0.01 0 0.71 0.41
HSL 60.56º 0.55% 0.38% -
HSV(B) 60.56º 0.71% 0.59% -
XYZ 24.1 28.8 6.67 -
YUV 138.5 74.67 136.2 -
System Red Green Blue C M Y K H S L
Decimal 150 151 44 0.01 0 0.71 0.41 60.56 0.55 0.38
Hex 96 97 2C 1 0 47 29 3D 37 26
Octal 226 227 54 1 0 107 51 75 67 46
Binary 10010110 10010111 101100 1 0 1000111 101001 111101 110111 100110

Color Harmonies of #96972C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96972C

Black with #96972C

Text Example


Text Example

White with #96972C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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