Html Css Color HEX #97A90E Citrus

📋 copy color: '#97A90E'

red 151 ◦ green 169 ◦ blue 14

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

Shades of Citrus #97A90E

Tints of Citrus #97A90E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.6%

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

R = 45.21%
G = 50.6%
B = 4.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#97A90E (or 0x97A90E) is known color: Citrus. HEX triplet: 97, A9 and 0E. RGB value is (151,169,14). Sum of RGB (Red+Green+Blue) = 151+169+14=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 169 (66.41% from 255 or 50.60% from 334); Blue value is 14 (5.86% from 255 or 4.19% from 334); Max value from RGB is 169 - color contains mainly: green. Hex color #97A90E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A90E is #6856F1. Grayscale: #929292. Windows color (decimal): -6838002 or 960919. OLE color: 960919.

HSL color Cylindrical-coordinate representation of color #97A90E: hue angle of 66.97º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97A90E is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 169 14 -
CMYK 0.11 0 0.92 0.34
HSL 66.97º 0.85% 0.36% -
HSV(B) 66.97º 0.92% 0.66% -
XYZ 27.03 34.99 5.74 -
YUV 145.95 53.54 131.6 -
System Red Green Blue C M Y K H S L
Decimal 151 169 14 0.11 0 0.92 0.34 66.97 0.85 0.36
Hex 97 A9 E B 0 5C 22 43 55 24
Octal 227 251 16 13 0 134 42 103 125 44
Binary 10010111 10101001 1110 1011 0 1011100 100010 1000011 1010101 100100

Color Harmonies of #97A90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A90E

Black with #97A90E

Text Example


Text Example

White with #97A90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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