#97A70B

Color #97A70B Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #97A70B

Tints of Citrus #97A70B

Color information

#97A70B (or 0x97A70B) is unknown color: approx Citrus. HEX triplet: 97, A7 and 0B. RGB value is (151,167,11). Sum of RGB (Red+Green+Blue) = 151+167+11=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #97A70B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A70B is #6858F4. Grayscale: #919191. Windows color (decimal): -6838517 or 763799. OLE color: 763799.

HSL color Cylindrical-coordinate representation of color #97A70B: hue angle of 66.15º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97A70B is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB15116711-
CMYK0.1000.930.35
HSL66.15º87.64%34.9%-
HSV(B)66.15º93.41%65.49%-
XYZ26.6434.245.52-
YUV144.4352.7132.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.90%
GREEN value IS 167 (65.62% from 255) = 50.76%
BLUE value IS 11 (4.69% from 255) = 3.34%
R=45.90%
G=50.76%
B=3.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151167110.1000.930.3566.1587.6434.9
Hex97A7BA05D23425823
Octal227247131201354310213043
Binary1001011110100111101110100101110110001110000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,167,11); }

 H1.HeaderClassName
 {
   color: #97A70B;
 }
 .AnyTagClassName
 {
   color: #97A70B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,167,11); }

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

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

 span { border-color: rgb(151,167,11); }

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