Html Css Color HEX #98960F Citron

📋 copy color: '#98960F'

red 152 ◦ green 150 ◦ blue 15

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

Shades of Citron #98960F

Tints of Citron #98960F

RGB

 RED value IS 152 (59.77% from 255) = 47.95%

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

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

R = 47.95%
G = 47.32%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98960F (or 0x98960F) is known color: Citron. HEX triplet: 98, 96 and 0F. RGB value is (152,150,15). Sum of RGB (Red+Green+Blue) = 152+150+15=317 (41% of max value = 765). Red value is 152 (59.77% from 255 or 47.95% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 15 (6.25% from 255 or 4.73% from 317); Max value from RGB is 152 - color contains mainly: red. Hex color #98960F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #98960F is #6769F0. Grayscale: #878787. Windows color (decimal): -6777329 or 1021592. OLE color: 1021592.

HSL color Cylindrical-coordinate representation of color #98960F: hue angle of 59.12º 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 #98960F is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 150 15 -
CMYK 0 0.01 0.90 0.40
HSL 59.12º 0.82% 0.33% -
HSV(B) 59.12º 0.9% 0.6% -
XYZ 23.94 28.52 4.7 -
YUV 135.21 60.16 139.98 -
System Red Green Blue C M Y K H S L
Decimal 152 150 15 0 0.01 0.90 0.40 59.12 0.82 0.33
Hex 98 96 F 0 1 5A 28 3B 52 21
Octal 230 226 17 0 1 132 50 73 122 41
Binary 10011000 10010110 1111 0 1 1011010 101000 111011 1010010 100001

Color Harmonies of #98960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98960F

Black with #98960F

Text Example


Text Example

White with #98960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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