Html Css Color HEX #96962E Citron

📋 copy color: '#96962E'

red 150 ◦ green 150 ◦ blue 46

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

Shades of Citron #96962E

Tints of Citron #96962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.35%

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 43.35%
G = 43.35%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#96962E (or 0x96962E) is known color: Citron. HEX triplet: 96, 96 and 2E. RGB value is (150,150,46). Sum of RGB (Red+Green+Blue) = 150+150+46=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96962E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96962E is #6969D1. Grayscale: #8A8A8A. Windows color (decimal): -6908370 or 3053206. OLE color: 3053206.

HSL color Cylindrical-coordinate representation of color #96962E: hue angle of 60º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96962E is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 150 46 -
CMYK 0 0 0.69 0.41
HSL 60º 0.53% 0.38% -
HSV(B) 60º 0.69% 0.59% -
XYZ 23.98 28.49 6.82 -
YUV 138.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 150 150 46 0 0 0.69 0.41 60 0.53 0.38
Hex 96 96 2E 0 0 45 29 3C 35 26
Octal 226 226 56 0 0 105 51 74 65 46
Binary 10010110 10010110 101110 0 0 1000101 101001 111100 110101 100110

Color Harmonies of #96962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96962E

Black with #96962E

Text Example


Text Example

White with #96962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96962E; }

 p { color: rgb(150,150,46); }

 H1.HeaderClassName
 {
   color: #96962E;
 }
 .AnyTagClassName
 {
   color: #96962E;
 }
</style>

background-color css

<style>
 a { background-color: #96962E; }

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

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

border-color css

<style>
 span { border-color: #96962E; }

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

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