Html Css Color HEX #97BB16 Citrus

📋 copy color: '#97BB16'

red 151 ◦ green 187 ◦ blue 22

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

Shades of Citrus #97BB16

Tints of Citrus #97BB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.11%

R = 41.94%
G = 51.94%
B = 6.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#97BB16 (or 0x97BB16) is known color: Citrus. HEX triplet: 97, BB and 16. RGB value is (151,187,22). Sum of RGB (Red+Green+Blue) = 151+187+22=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 187 (73.44% from 255 or 51.94% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB16 is #6844E9. Grayscale: #9E9E9E. Windows color (decimal): -6833386 or 1489815. OLE color: 1489815.

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

Color convert

RGB 151 187 22 -
CMYK 0.19 0 0.88 0.27
HSL 73.09º 0.79% 0.41% -
HSV(B) 73.09º 0.88% 0.73% -
XYZ 30.68 42.18 7.28 -
YUV 157.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 151 187 22 0.19 0 0.88 0.27 73.09 0.79 0.41
Hex 97 BB 16 13 0 58 1B 49 4F 29
Octal 227 273 26 23 0 130 33 111 117 51
Binary 10010111 10111011 10110 10011 0 1011000 11011 1001001 1001111 101001

Color Harmonies of #97BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB16

Black with #97BB16

Text Example


Text Example

White with #97BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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