Html Css Color HEX #97BA02 Citrus

📋 copy color: '#97BA02'

red 151 ◦ green 186 ◦ blue 2

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

Shades of Citrus #97BA02

Tints of Citrus #97BA02

RGB

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

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

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

R = 44.54%
G = 54.87%
B = 0.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#97BA02 (or 0x97BA02) is known color: Citrus. HEX triplet: 97, BA and 02. RGB value is (151,186,2). Sum of RGB (Red+Green+Blue) = 151+186+2=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 186 (73.05% from 255 or 54.87% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 186 - color contains mainly: green. Hex color #97BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BA02 is #6845FD. Grayscale: #9B9B9B. Windows color (decimal): -6833662 or 178839. OLE color: 178839.

HSL color Cylindrical-coordinate representation of color #97BA02: hue angle of 71.41º 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 #97BA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 2 -
CMYK 0.19 0 0.99 0.27
HSL 71.41º 0.98% 0.37% -
HSV(B) 71.41º 0.99% 0.73% -
XYZ 30.33 41.7 6.51 -
YUV 154.56 41.9 125.46 -
System Red Green Blue C M Y K H S L
Decimal 151 186 2 0.19 0 0.99 0.27 71.41 0.98 0.37
Hex 97 BA 2 13 0 63 1B 47 62 25
Octal 227 272 2 23 0 143 33 107 142 45
Binary 10010111 10111010 10 10011 0 1100011 11011 1000111 1100010 100101

Color Harmonies of #97BA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BA02

Black with #97BA02

Text Example


Text Example

White with #97BA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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