Html Css Color HEX #97B30C Citrus

📋 copy color: '#97B30C'

red 151 ◦ green 179 ◦ blue 12

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

Shades of Citrus #97B30C

Tints of Citrus #97B30C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.34%

 BLUE value IS 12 (5.08% from 255) = 3.51%

R = 44.15%
G = 52.34%
B = 3.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#97B30C (or 0x97B30C) is known color: Citrus. HEX triplet: 97, B3 and 0C. RGB value is (151,179,12). Sum of RGB (Red+Green+Blue) = 151+179+12=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 179 (70.31% from 255 or 52.34% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 179 - color contains mainly: green. Hex color #97B30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B30C is #684CF3. Grayscale: #989898. Windows color (decimal): -6835444 or 832407. OLE color: 832407.

HSL color Cylindrical-coordinate representation of color #97B30C: hue angle of 70.06º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97B30C is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 179 12 -
CMYK 0.16 0 0.93 0.30
HSL 70.06º 0.87% 0.37% -
HSV(B) 70.06º 0.93% 0.7% -
XYZ 28.95 38.85 6.32 -
YUV 151.59 49.22 127.58 -
System Red Green Blue C M Y K H S L
Decimal 151 179 12 0.16 0 0.93 0.30 70.06 0.87 0.37
Hex 97 B3 C 10 0 5D 1E 46 57 25
Octal 227 263 14 20 0 135 36 106 127 45
Binary 10010111 10110011 1100 10000 0 1011101 11110 1000110 1010111 100101

Color Harmonies of #97B30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B30C

Black with #97B30C

Text Example


Text Example

White with #97B30C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,179,12); }

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

background-color css

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

 a { background-color: rgb(151,179,12); }

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

border-color css

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

 span { border-color: rgb(151,179,12); }

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