Html Css Color HEX #97B913 Citrus

📋 copy color: '#97B913'

red 151 ◦ green 185 ◦ blue 19

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

Shades of Citrus #97B913

Tints of Citrus #97B913

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.11%

 BLUE value IS 19 (7.81% from 255) = 5.35%

R = 42.54%
G = 52.11%
B = 5.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#97B913 (or 0x97B913) is known color: Citrus. HEX triplet: 97, B9 and 13. RGB value is (151,185,19). Sum of RGB (Red+Green+Blue) = 151+185+19=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 185 (72.66% from 255 or 52.11% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 185 - color contains mainly: green. Hex color #97B913 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B913 is #6846EC. Grayscale: #9C9C9C. Windows color (decimal): -6833901 or 1292695. OLE color: 1292695.

HSL color Cylindrical-coordinate representation of color #97B913: hue angle of 72.29º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97B913 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 185 19 -
CMYK 0.18 0 0.90 0.27
HSL 72.29º 0.81% 0.4% -
HSV(B) 72.29º 0.9% 0.73% -
XYZ 30.23 41.32 7 -
YUV 155.91 50.74 124.5 -
System Red Green Blue C M Y K H S L
Decimal 151 185 19 0.18 0 0.90 0.27 72.29 0.81 0.4
Hex 97 B9 13 12 0 5A 1B 48 51 28
Octal 227 271 23 22 0 132 33 110 121 50
Binary 10010111 10111001 10011 10010 0 1011010 11011 1001000 1010001 101000

Color Harmonies of #97B913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B913

Black with #97B913

Text Example


Text Example

White with #97B913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,185,19); }

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

background-color css

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

 a { background-color: rgb(151,185,19); }

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

border-color css

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

 span { border-color: rgb(151,185,19); }

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