Html Css Color HEX #96990F Citron

📋 copy color: '#96990F'

red 150 ◦ green 153 ◦ blue 15

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

Shades of Citron #96990F

Tints of Citron #96990F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 47.17%
G = 48.11%
B = 4.72%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#96990F (or 0x96990F) is known color: Citron. HEX triplet: 96, 99 and 0F. RGB value is (150,153,15). Sum of RGB (Red+Green+Blue) = 150+153+15=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #96990F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96990F is #6966F0. Grayscale: #888888. Windows color (decimal): -6907633 or 1022358. OLE color: 1022358.

HSL color Cylindrical-coordinate representation of color #96990F: hue angle of 61.3º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96990F is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 15 -
CMYK 0.02 0 0.90 0.4
HSL 61.3º 0.82% 0.33% -
HSV(B) 61.3º 0.9% 0.6% -
XYZ 24.06 29.3 4.84 -
YUV 136.37 59.51 137.72 -
System Red Green Blue C M Y K H S L
Decimal 150 153 15 0.02 0 0.90 0.4 61.3 0.82 0.33
Hex 96 99 F 2 0 5A 28 3D 52 21
Octal 226 231 17 2 0 132 50 75 122 41
Binary 10010110 10011001 1111 10 0 1011010 101000 111101 1010010 100001

Color Harmonies of #96990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96990F

Black with #96990F

Text Example


Text Example

White with #96990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96990F; }

 p { color: rgb(150,153,15); }

 H1.HeaderClassName
 {
   color: #96990F;
 }
 .AnyTagClassName
 {
   color: #96990F;
 }
</style>

background-color css

<style>
 a { background-color: #96990F; }

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

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

border-color css

<style>
 span { border-color: #96990F; }

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

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