Html Css Color HEX #96940D Citron

📋 copy color: '#96940D'

red 150 ◦ green 148 ◦ blue 13

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

Shades of Citron #96940D

Tints of Citron #96940D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.59%

 BLUE value IS 13 (5.47% from 255) = 4.18%

R = 48.23%
G = 47.59%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96940D (or 0x96940D) is known color: Citron. HEX triplet: 96, 94 and 0D. RGB value is (150,148,13). Sum of RGB (Red+Green+Blue) = 150+148+13=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 148 (58.20% from 255 or 47.59% from 311); Blue value is 13 (5.47% from 255 or 4.18% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96940D is #696BF2. Grayscale: #858585. Windows color (decimal): -6908915 or 890006. OLE color: 890006.

HSL color Cylindrical-coordinate representation of color #96940D: hue angle of 59.12º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96940D is Cyan = 0, Magento = 0.01, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 13 -
CMYK 0 0.01 0.91 0.41
HSL 59.12º 0.84% 0.32% -
HSV(B) 59.12º 0.91% 0.59% -
XYZ 23.24 27.69 4.5 -
YUV 133.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 150 148 13 0 0.01 0.91 0.41 59.12 0.84 0.32
Hex 96 94 D 0 1 5B 29 3B 54 20
Octal 226 224 15 0 1 133 51 73 124 40
Binary 10010110 10010100 1101 0 1 1011011 101001 111011 1010100 100000

Color Harmonies of #96940D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96940D

Black with #96940D

Text Example


Text Example

White with #96940D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,148,13); }

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

background-color css

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

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

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

border-color css

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

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

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