Html Css Color HEX #97BC14 Citrus

📋 copy color: '#97BC14'

red 151 ◦ green 188 ◦ blue 20

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

Shades of Citrus #97BC14

Tints of Citrus #97BC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 42.06%
G = 52.37%
B = 5.57%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#97BC14 (or 0x97BC14) is known color: Citrus. HEX triplet: 97, BC and 14. RGB value is (151,188,20). Sum of RGB (Red+Green+Blue) = 151+188+20=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #97BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BC14 is #6843EB. Grayscale: #9E9E9E. Windows color (decimal): -6833132 or 1358999. OLE color: 1358999.

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

Color convert

RGB 151 188 20 -
CMYK 0.20 0 0.89 0.26
HSL 73.21º 0.81% 0.41% -
HSV(B) 73.21º 0.89% 0.74% -
XYZ 30.87 42.6 7.26 -
YUV 157.79 50.24 123.16 -
System Red Green Blue C M Y K H S L
Decimal 151 188 20 0.20 0 0.89 0.26 73.21 0.81 0.41
Hex 97 BC 14 14 0 59 1A 49 51 29
Octal 227 274 24 24 0 131 32 111 121 51
Binary 10010111 10111100 10100 10100 0 1011001 11010 1001001 1010001 101001

Color Harmonies of #97BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BC14

Black with #97BC14

Text Example


Text Example

White with #97BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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