Html Css Color HEX #91A001 Citrus

📋 copy color: '#91A001'

red 145 ◦ green 160 ◦ blue 1

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

Shades of Citrus #91A001

Tints of Citrus #91A001

RGB

 RED value IS 145 (57.03% from 255) = 47.39%

 GREEN value IS 160 (62.89% from 255) = 52.29%

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

R = 47.39%
G = 52.29%
B = 0.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#91A001 (or 0x91A001) is known color: Citrus. HEX triplet: 91, A0 and 01. RGB value is (145,160,1). Sum of RGB (Red+Green+Blue) = 145+160+1=306 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.39% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #91A001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #91A001 is #6E5FFE. Grayscale: #8A8A8A. Windows color (decimal): -7233535 or 106641. OLE color: 106641.

HSL color Cylindrical-coordinate representation of color #91A001: hue angle of 65.66º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #91A001 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 145 160 1 -
CMYK 0.09 0 0.99 0.37
HSL 65.66º 0.99% 0.32% -
HSV(B) 65.66º 0.99% 0.63% -
XYZ 24.25 31.16 4.77 -
YUV 137.39 51.03 133.43 -
System Red Green Blue C M Y K H S L
Decimal 145 160 1 0.09 0 0.99 0.37 65.66 0.99 0.32
Hex 91 A0 1 9 0 63 25 42 63 20
Octal 221 240 1 11 0 143 45 102 143 40
Binary 10010001 10100000 1 1001 0 1100011 100101 1000010 1100011 100000

Color Harmonies of #91A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A001

Black with #91A001

Text Example


Text Example

White with #91A001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91A001; }

 p { color: rgb(145,160,1); }

 H1.HeaderClassName
 {
   color: #91A001;
 }
 .AnyTagClassName
 {
   color: #91A001;
 }
</style>

background-color css

<style>
 a { background-color: #91A001; }

 a { background-color: rgb(145,160,1); }

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

border-color css

<style>
 span { border-color: #91A001; }

 span { border-color: rgb(145,160,1); }

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