Html Css Color HEX #96980D Citron

📋 copy color: '#96980D'

red 150 ◦ green 152 ◦ blue 13

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

Shades of Citron #96980D

Tints of Citron #96980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

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

R = 47.62%
G = 48.25%
B = 4.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#96980D (or 0x96980D) is known color: Citron. HEX triplet: 96, 98 and 0D. RGB value is (150,152,13). Sum of RGB (Red+Green+Blue) = 150+152+13=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #96980D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96980D is #6967F2. Grayscale: #888888. Windows color (decimal): -6907891 or 891030. OLE color: 891030.

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

Color convert

RGB 150 152 13 -
CMYK 0.01 0 0.91 0.40
HSL 60.86º 0.84% 0.32% -
HSV(B) 60.86º 0.91% 0.6% -
XYZ 23.88 28.97 4.71 -
YUV 135.56 58.84 138.3 -
System Red Green Blue C M Y K H S L
Decimal 150 152 13 0.01 0 0.91 0.40 60.86 0.84 0.32
Hex 96 98 D 1 0 5B 28 3D 54 20
Octal 226 230 15 1 0 133 50 75 124 40
Binary 10010110 10011000 1101 1 0 1011011 101000 111101 1010100 100000

Color Harmonies of #96980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96980D

Black with #96980D

Text Example


Text Example

White with #96980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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