Html Css Color HEX #97A00E Citron

📋 copy color: '#97A00E'

red 151 ◦ green 160 ◦ blue 14

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

Shades of Citron #97A00E

Tints of Citron #97A00E

RGB

 RED value IS 151 (59.38% from 255) = 46.46%

 GREEN value IS 160 (62.89% from 255) = 49.23%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 46.46%
G = 49.23%
B = 4.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#97A00E (or 0x97A00E) is known color: Citron. HEX triplet: 97, A0 and 0E. RGB value is (151,160,14). Sum of RGB (Red+Green+Blue) = 151+160+14=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 160 (62.89% from 255 or 49.23% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 160 - color contains mainly: green. Hex color #97A00E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A00E is #685FF1. Grayscale: #8D8D8D. Windows color (decimal): -6840306 or 958615. OLE color: 958615.

HSL color Cylindrical-coordinate representation of color #97A00E: hue angle of 63.7º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97A00E is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 160 14 -
CMYK 0.06 0 0.91 0.37
HSL 63.7º 0.84% 0.34% -
HSV(B) 63.7º 0.91% 0.63% -
XYZ 25.41 31.75 5.2 -
YUV 140.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 151 160 14 0.06 0 0.91 0.37 63.7 0.84 0.34
Hex 97 A0 E 6 0 5B 25 40 54 22
Octal 227 240 16 6 0 133 45 100 124 42
Binary 10010111 10100000 1110 110 0 1011011 100101 1000000 1010100 100010

Color Harmonies of #97A00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A00E

Black with #97A00E

Text Example


Text Example

White with #97A00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A00E; }

 p { color: rgb(151,160,14); }

 H1.HeaderClassName
 {
   color: #97A00E;
 }
 .AnyTagClassName
 {
   color: #97A00E;
 }
</style>

background-color css

<style>
 a { background-color: #97A00E; }

 a { background-color: rgb(151,160,14); }

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

border-color css

<style>
 span { border-color: #97A00E; }

 span { border-color: rgb(151,160,14); }

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