Html Css Color HEX #97A103 Citrus

📋 copy color: '#97A103'

red 151 ◦ green 161 ◦ blue 3

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

Shades of Citrus #97A103

Tints of Citrus #97A103

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.11%

 BLUE value IS 3 (1.56% from 255) = 0.95%

R = 47.94%
G = 51.11%
B = 0.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#97A103 (or 0x97A103) is known color: Citrus. HEX triplet: 97, A1 and 03. RGB value is (151,161,3). Sum of RGB (Red+Green+Blue) = 151+161+3=315 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.94% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #97A103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A103 is #685EFC. Grayscale: #8C8C8C. Windows color (decimal): -6840061 or 237975. OLE color: 237975.

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

Color convert

RGB 151 161 3 -
CMYK 0.06 0 0.98 0.37
HSL 63.8º 0.96% 0.32% -
HSV(B) 63.8º 0.98% 0.63% -
XYZ 25.52 32.08 4.93 -
YUV 140 50.69 135.85 -
System Red Green Blue C M Y K H S L
Decimal 151 161 3 0.06 0 0.98 0.37 63.8 0.96 0.32
Hex 97 A1 3 6 0 62 25 40 60 20
Octal 227 241 3 6 0 142 45 100 140 40
Binary 10010111 10100001 11 110 0 1100010 100101 1000000 1100000 100000

Color Harmonies of #97A103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A103

Black with #97A103

Text Example


Text Example

White with #97A103

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,161,3); }

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

background-color css

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

 a { background-color: rgb(151,161,3); }

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

border-color css

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

 span { border-color: rgb(151,161,3); }

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