Html Css Color HEX #96990A Citron

📋 copy color: '#96990A'

red 150 ◦ green 153 ◦ blue 10

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

Shades of Citron #96990A

Tints of Citron #96990A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 47.92%
G = 48.88%
B = 3.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#96990A (or 0x96990A) is known color: Citron. HEX triplet: 96, 99 and 0A. RGB value is (150,153,10). Sum of RGB (Red+Green+Blue) = 150+153+10=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #96990A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96990A is #6966F5. Grayscale: #888888. Windows color (decimal): -6907638 or 694678. OLE color: 694678.

HSL color Cylindrical-coordinate representation of color #96990A: hue angle of 61.26º degrees, saturation: 0.88, 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 #96990A is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 10 -
CMYK 0.02 0 0.93 0.4
HSL 61.26º 0.88% 0.32% -
HSV(B) 61.26º 0.93% 0.6% -
XYZ 24.02 29.29 4.67 -
YUV 135.8 57.01 138.13 -
System Red Green Blue C M Y K H S L
Decimal 150 153 10 0.02 0 0.93 0.4 61.26 0.88 0.32
Hex 96 99 A 2 0 5D 28 3D 58 20
Octal 226 231 12 2 0 135 50 75 130 40
Binary 10010110 10011001 1010 10 0 1011101 101000 111101 1011000 100000

Color Harmonies of #96990A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96990A

Black with #96990A

Text Example


Text Example

White with #96990A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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