Html Css Color HEX #97BA07 Citrus

📋 copy color: '#97BA07'

red 151 ◦ green 186 ◦ blue 7

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

Shades of Citrus #97BA07

Tints of Citrus #97BA07

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.07%

 BLUE value IS 7 (3.13% from 255) = 2.03%

R = 43.9%
G = 54.07%
B = 2.03%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#97BA07 (or 0x97BA07) is known color: Citrus. HEX triplet: 97, BA and 07. RGB value is (151,186,7). Sum of RGB (Red+Green+Blue) = 151+186+7=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 186 (73.05% from 255 or 54.07% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA07 is #6845F8. Grayscale: #9B9B9B. Windows color (decimal): -6833657 or 506519. OLE color: 506519.

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

Color convert

RGB 151 186 7 -
CMYK 0.19 0 0.96 0.27
HSL 71.73º 0.93% 0.38% -
HSV(B) 71.73º 0.96% 0.73% -
XYZ 30.36 41.71 6.65 -
YUV 155.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 151 186 7 0.19 0 0.96 0.27 71.73 0.93 0.38
Hex 97 BA 7 13 0 60 1B 48 5D 26
Octal 227 272 7 23 0 140 33 110 135 46
Binary 10010111 10111010 111 10011 0 1100000 11011 1001000 1011101 100110

Color Harmonies of #97BA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA07

Black with #97BA07

Text Example


Text Example

White with #97BA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,7); }

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

background-color css

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

 a { background-color: rgb(151,186,7); }

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

border-color css

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

 span { border-color: rgb(151,186,7); }

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