Html Css Color HEX #97BC11 Citrus

📋 copy color: '#97BC11'

red 151 ◦ green 188 ◦ blue 17

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

Shades of Citrus #97BC11

Tints of Citrus #97BC11

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 17 (7.03% from 255) = 4.78%

R = 42.42%
G = 52.81%
B = 4.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#97BC11 (or 0x97BC11) is known color: Citrus. HEX triplet: 97, BC and 11. RGB value is (151,188,17). Sum of RGB (Red+Green+Blue) = 151+188+17=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BC11 is #6843EE. Grayscale: #9E9E9E. Windows color (decimal): -6833135 or 1162391. OLE color: 1162391.

HSL color Cylindrical-coordinate representation of color #97BC11: hue angle of 72.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97BC11 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 188 17 -
CMYK 0.20 0 0.91 0.26
HSL 72.98º 0.83% 0.4% -
HSV(B) 72.98º 0.91% 0.74% -
XYZ 30.85 42.59 7.12 -
YUV 157.44 48.74 123.4 -
System Red Green Blue C M Y K H S L
Decimal 151 188 17 0.20 0 0.91 0.26 72.98 0.83 0.4
Hex 97 BC 11 14 0 5B 1A 49 53 28
Octal 227 274 21 24 0 133 32 111 123 50
Binary 10010111 10111100 10001 10100 0 1011011 11010 1001001 1010011 101000

Color Harmonies of #97BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC11

Black with #97BC11

Text Example


Text Example

White with #97BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,188,17); }

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

background-color css

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

 a { background-color: rgb(151,188,17); }

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

border-color css

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

 span { border-color: rgb(151,188,17); }

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