Html Css Color HEX #97B902 Citrus

📋 copy color: '#97B902'

red 151 ◦ green 185 ◦ blue 2

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

Shades of Citrus #97B902

Tints of Citrus #97B902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 44.67%
G = 54.73%
B = 0.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#97B902 (or 0x97B902) is known color: Citrus. HEX triplet: 97, B9 and 02. RGB value is (151,185,2). Sum of RGB (Red+Green+Blue) = 151+185+2=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #97B902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97B902 is #6846FD. Grayscale: #9A9A9A. Windows color (decimal): -6833918 or 178583. OLE color: 178583.

HSL color Cylindrical-coordinate representation of color #97B902: hue angle of 71.15º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #97B902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 185 2 -
CMYK 0.18 0 0.99 0.27
HSL 71.15º 0.98% 0.37% -
HSV(B) 71.15º 0.99% 0.73% -
XYZ 30.12 41.28 6.44 -
YUV 153.97 42.24 125.88 -
System Red Green Blue C M Y K H S L
Decimal 151 185 2 0.18 0 0.99 0.27 71.15 0.98 0.37
Hex 97 B9 2 12 0 63 1B 47 62 25
Octal 227 271 2 22 0 143 33 107 142 45
Binary 10010111 10111001 10 10010 0 1100011 11011 1000111 1100010 100101

Color Harmonies of #97B902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97B902

Black with #97B902

Text Example


Text Example

White with #97B902

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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