Html Css Color HEX #97AA0D Citrus

📋 copy color: '#97AA0D'

red 151 ◦ green 170 ◦ blue 13

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

Shades of Citrus #97AA0D

Tints of Citrus #97AA0D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.9%

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 45.21%
G = 50.9%
B = 3.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#97AA0D (or 0x97AA0D) is known color: Citrus. HEX triplet: 97, AA and 0D. RGB value is (151,170,13). Sum of RGB (Red+Green+Blue) = 151+170+13=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 170 (66.80% from 255 or 50.90% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 170 - color contains mainly: green. Hex color #97AA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97AA0D is #6855F2. Grayscale: #939393. Windows color (decimal): -6837747 or 895639. OLE color: 895639.

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

Color convert

RGB 151 170 13 -
CMYK 0.11 0 0.92 0.33
HSL 67.26º 0.86% 0.36% -
HSV(B) 67.26º 0.92% 0.67% -
XYZ 27.21 35.36 5.77 -
YUV 146.42 52.71 131.27 -
System Red Green Blue C M Y K H S L
Decimal 151 170 13 0.11 0 0.92 0.33 67.26 0.86 0.36
Hex 97 AA D B 0 5C 21 43 56 24
Octal 227 252 15 13 0 134 41 103 126 44
Binary 10010111 10101010 1101 1011 0 1011100 100001 1000011 1010110 100100

Color Harmonies of #97AA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AA0D

Black with #97AA0D

Text Example


Text Example

White with #97AA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,170,13); }

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

background-color css

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

 a { background-color: rgb(151,170,13); }

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

border-color css

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

 span { border-color: rgb(151,170,13); }

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