Html Css Color HEX #97BB10 Citrus

📋 copy color: '#97BB10'

red 151 ◦ green 187 ◦ blue 16

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

Shades of Citrus #97BB10

Tints of Citrus #97BB10

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.82%

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

R = 42.66%
G = 52.82%
B = 4.52%

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

#97BB10 (or 0x97BB10) is known color: Citrus. HEX triplet: 97, BB and 10. RGB value is (151,187,16). Sum of RGB (Red+Green+Blue) = 151+187+16=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 187 (73.44% from 255 or 52.82% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB10 is #6844EF. Grayscale: #9D9D9D. Windows color (decimal): -6833392 or 1096599. OLE color: 1096599.

HSL color Cylindrical-coordinate representation of color #97BB10: hue angle of 72.63º 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 #97BB10 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 187 16 -
CMYK 0.19 0 0.91 0.27
HSL 72.63º 0.84% 0.4% -
HSV(B) 72.63º 0.91% 0.73% -
XYZ 30.63 42.16 7.01 -
YUV 156.74 48.57 123.9 -
System Red Green Blue C M Y K H S L
Decimal 151 187 16 0.19 0 0.91 0.27 72.63 0.84 0.4
Hex 97 BB 10 13 0 5B 1B 49 54 28
Octal 227 273 20 23 0 133 33 111 124 50
Binary 10010111 10111011 10000 10011 0 1011011 11011 1001001 1010100 101000

Color Harmonies of #97BB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB10

Black with #97BB10

Text Example


Text Example

White with #97BB10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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