Html Css Color HEX #96960B Citron

📋 copy color: '#96960B'

red 150 ◦ green 150 ◦ blue 11

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

Shades of Citron #96960B

Tints of Citron #96960B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.54%

R = 48.23%
G = 48.23%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96960B (or 0x96960B) is known color: Citron. HEX triplet: 96, 96 and 0B. RGB value is (150,150,11). Sum of RGB (Red+Green+Blue) = 150+150+11=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 150 - color contains mainly: red, green. Hex color #96960B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96960B is #6969F4. Grayscale: #868686. Windows color (decimal): -6908405 or 759446. OLE color: 759446.

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

Color convert

RGB 150 150 11 -
CMYK 0 0 0.93 0.41
HSL 60º 0.86% 0.32% -
HSV(B) 60º 0.93% 0.59% -
XYZ 23.54 28.32 4.54 -
YUV 134.15 58.5 139.3 -
System Red Green Blue C M Y K H S L
Decimal 150 150 11 0 0 0.93 0.41 60 0.86 0.32
Hex 96 96 B 0 0 5D 29 3C 56 20
Octal 226 226 13 0 0 135 51 74 126 40
Binary 10010110 10010110 1011 0 0 1011101 101001 111100 1010110 100000

Color Harmonies of #96960B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96960B

Black with #96960B

Text Example


Text Example

White with #96960B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96960B; }

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

 H1.HeaderClassName
 {
   color: #96960B;
 }
 .AnyTagClassName
 {
   color: #96960B;
 }
</style>

background-color css

<style>
 a { background-color: #96960B; }

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

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

border-color css

<style>
 span { border-color: #96960B; }

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

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