Html Css Color HEX #97BB01 Citrus

📋 copy color: '#97BB01'

red 151 ◦ green 187 ◦ blue 1

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

Shades of Citrus #97BB01

Tints of Citrus #97BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 55.16%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 44.54%
G = 55.16%
B = 0.29%

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

#97BB01 (or 0x97BB01) is known color: Citrus. HEX triplet: 97, BB and 01. RGB value is (151,187,1). Sum of RGB (Red+Green+Blue) = 151+187+1=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 187 (73.44% from 255 or 55.16% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #97BB01 is #6844FE. Grayscale: #9B9B9B. Windows color (decimal): -6833407 or 113559. OLE color: 113559.

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

Color convert

RGB 151 187 1 -
CMYK 0.19 0 0.99 0.27
HSL 71.61º 0.99% 0.37% -
HSV(B) 71.61º 0.99% 0.73% -
XYZ 30.54 42.12 6.55 -
YUV 155.03 41.07 125.12 -
System Red Green Blue C M Y K H S L
Decimal 151 187 1 0.19 0 0.99 0.27 71.61 0.99 0.37
Hex 97 BB 1 13 0 63 1B 48 63 25
Octal 227 273 1 23 0 143 33 110 143 45
Binary 10010111 10111011 1 10011 0 1100011 11011 1001000 1100011 100101

Color Harmonies of #97BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BB01

Black with #97BB01

Text Example


Text Example

White with #97BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,187,1); }

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

background-color css

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

 a { background-color: rgb(151,187,1); }

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

border-color css

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

 span { border-color: rgb(151,187,1); }

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