Html Css Color HEX #96940F Citron

📋 copy color: '#96940F'

red 150 ◦ green 148 ◦ blue 15

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

Shades of Citron #96940F

Tints of Citron #96940F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.28%

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

R = 47.92%
G = 47.28%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96940F (or 0x96940F) is known color: Citron. HEX triplet: 96, 94 and 0F. RGB value is (150,148,15). Sum of RGB (Red+Green+Blue) = 150+148+15=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #96940F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96940F is #696BF0. Grayscale: #858585. Windows color (decimal): -6908913 or 1021078. OLE color: 1021078.

HSL color Cylindrical-coordinate representation of color #96940F: hue angle of 59.11º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96940F is Cyan = 0, Magento = 0.01, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 148 15 -
CMYK 0 0.01 0.9 0.41
HSL 59.11º 0.82% 0.32% -
HSV(B) 59.11º 0.9% 0.59% -
XYZ 23.25 27.7 4.57 -
YUV 133.44 61.16 139.81 -
System Red Green Blue C M Y K H S L
Decimal 150 148 15 0 0.01 0.9 0.41 59.11 0.82 0.32
Hex 96 94 F 0 1 5A 29 3B 52 20
Octal 226 224 17 0 1 132 51 73 122 40
Binary 10010110 10010100 1111 0 1 1011010 101001 111011 1010010 100000

Color Harmonies of #96940F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96940F

Black with #96940F

Text Example


Text Example

White with #96940F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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