Html Css Color HEX #96970F Citron

📋 copy color: '#96970F'

red 150 ◦ green 151 ◦ blue 15

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

Shades of Citron #96970F

Tints of Citron #96970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.78%

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

R = 47.47%
G = 47.78%
B = 4.75%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#96970F (or 0x96970F) is known color: Citron. HEX triplet: 96, 97 and 0F. RGB value is (150,151,15). Sum of RGB (Red+Green+Blue) = 150+151+15=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 151 (59.38% from 255 or 47.78% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 151 - color contains mainly: green. Hex color #96970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96970F is #6968F0. Grayscale: #878787. Windows color (decimal): -6908145 or 1021846. OLE color: 1021846.

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

Color convert

RGB 150 151 15 -
CMYK 0.01 0 0.90 0.41
HSL 60.44º 0.82% 0.33% -
HSV(B) 60.44º 0.9% 0.59% -
XYZ 23.73 28.65 4.73 -
YUV 135.2 60.17 138.56 -
System Red Green Blue C M Y K H S L
Decimal 150 151 15 0.01 0 0.90 0.41 60.44 0.82 0.33
Hex 96 97 F 1 0 5A 29 3C 52 21
Octal 226 227 17 1 0 132 51 74 122 41
Binary 10010110 10010111 1111 1 0 1011010 101001 111100 1010010 100001

Color Harmonies of #96970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96970F

Black with #96970F

Text Example


Text Example

White with #96970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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