Html Css Color HEX #97B200 Citrus

📋 copy color: '#97B200'

red 151 ◦ green 178 ◦ blue 0

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

Shades of Citrus #97B200

Tints of Citrus #97B200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.9%
G = 54.1%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#97B200 (or 0x97B200) is known color: Citrus. HEX triplet: 97, B2 and 00. RGB value is (151,178,0). Sum of RGB (Red+Green+Blue) = 151+178+0=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #97B200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97B200 is #684DFF. Grayscale: #969696. Windows color (decimal): -6835712 or 45719. OLE color: 45719.

HSL color Cylindrical-coordinate representation of color #97B200: hue angle of 69.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #97B200 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB 151 178 0 -
CMYK 0.15 0 1 0.30
HSL 69.1º 1% 0.35% -
HSV(B) 69.1º 1% 0.7% -
XYZ 28.68 38.42 5.9 -
YUV 149.64 43.55 128.97 -
System Red Green Blue C M Y K H S L
Decimal 151 178 0 0.15 0 1 0.30 69.1 1 0.35
Hex 97 B2 0 F 0 64 1E 45 64 23
Octal 227 262 0 17 0 144 36 105 144 43
Binary 10010111 10110010 0 1111 0 1100100 11110 1000101 1100100 100011

Color Harmonies of #97B200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B200

Black with #97B200

Text Example


Text Example

White with #97B200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,178,0); }

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

background-color css

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

 a { background-color: rgb(151,178,0); }

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

border-color css

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

 span { border-color: rgb(151,178,0); }

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