Html Css Color HEX #97BA10 Citrus

📋 copy color: '#97BA10'

red 151 ◦ green 186 ◦ blue 16

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

Shades of Citrus #97BA10

Tints of Citrus #97BA10

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 42.78%
G = 52.69%
B = 4.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#97BA10 (or 0x97BA10) is known color: Citrus. HEX triplet: 97, BA and 10. RGB value is (151,186,16). Sum of RGB (Red+Green+Blue) = 151+186+16=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA10 is #6845EF. Grayscale: #9C9C9C. Windows color (decimal): -6833648 or 1096343. OLE color: 1096343.

HSL color Cylindrical-coordinate representation of color #97BA10: hue angle of 72.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97BA10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 16 -
CMYK 0.19 0 0.91 0.27
HSL 72.35º 0.84% 0.4% -
HSV(B) 72.35º 0.91% 0.73% -
XYZ 30.41 41.73 6.94 -
YUV 156.16 48.9 124.32 -
System Red Green Blue C M Y K H S L
Decimal 151 186 16 0.19 0 0.91 0.27 72.35 0.84 0.4
Hex 97 BA 10 13 0 5B 1B 48 54 28
Octal 227 272 20 23 0 133 33 110 124 50
Binary 10010111 10111010 10000 10011 0 1011011 11011 1001000 1010100 101000

Color Harmonies of #97BA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA10

Black with #97BA10

Text Example


Text Example

White with #97BA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,16); }

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

background-color css

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

 a { background-color: rgb(151,186,16); }

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

border-color css

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

 span { border-color: rgb(151,186,16); }

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