Html Css Color HEX #96980B Citron

📋 copy color: '#96980B'

red 150 ◦ green 152 ◦ blue 11

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

Shades of Citron #96980B

Tints of Citron #96980B

RGB

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

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

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

R = 47.92%
G = 48.56%
B = 3.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#96980B (or 0x96980B) is known color: Citron. HEX triplet: 96, 98 and 0B. RGB value is (150,152,11). Sum of RGB (Red+Green+Blue) = 150+152+11=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #96980B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96980B is #6967F4. Grayscale: #878787. Windows color (decimal): -6907893 or 759958. OLE color: 759958.

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

Color convert

RGB 150 152 11 -
CMYK 0.01 0 0.93 0.40
HSL 60.85º 0.87% 0.32% -
HSV(B) 60.85º 0.93% 0.6% -
XYZ 23.87 28.96 4.65 -
YUV 135.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 150 152 11 0.01 0 0.93 0.40 60.85 0.87 0.32
Hex 96 98 B 1 0 5D 28 3D 57 20
Octal 226 230 13 1 0 135 50 75 127 40
Binary 10010110 10011000 1011 1 0 1011101 101000 111101 1010111 100000

Color Harmonies of #96980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96980B

Black with #96980B

Text Example


Text Example

White with #96980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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