Html Css Color HEX #97A70B Citrus

📋 copy color: '#97A70B'

red 151 ◦ green 167 ◦ blue 11

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

Shades of Citrus #97A70B

Tints of Citrus #97A70B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.76%

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 45.9%
G = 50.76%
B = 3.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#97A70B (or 0x97A70B) is known color: 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

RGB 151 167 11 -
CMYK 0.10 0 0.93 0.35
HSL 66.15º 0.88% 0.35% -
HSV(B) 66.15º 0.93% 0.65% -
XYZ 26.64 34.24 5.52 -
YUV 144.43 52.7 132.68 -
System Red Green Blue C M Y K H S L
Decimal 151 167 11 0.10 0 0.93 0.35 66.15 0.88 0.35
Hex 97 A7 B A 0 5D 23 42 58 23
Octal 227 247 13 12 0 135 43 102 130 43
Binary 10010111 10100111 1011 1010 0 1011101 100011 1000010 1011000 100011

Color Harmonies of #97A70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A70B

Black with #97A70B

Text Example


Text Example

White with #97A70B

Text Example


Text Example

HTML Codes & Css Web 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>