Html Css Color HEX #91BA01 Citrus

📋 copy color: '#91BA01'

red 145 ◦ green 186 ◦ blue 1

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

Shades of Citrus #91BA01

Tints of Citrus #91BA01

RGB

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

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

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

R = 43.67%
G = 56.02%
B = 0.3%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#91BA01 (or 0x91BA01) is known color: Citrus. HEX triplet: 91, BA and 01. RGB value is (145,186,1). Sum of RGB (Red+Green+Blue) = 145+186+1=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BA01 is #6E45FE. Grayscale: #999999. Windows color (decimal): -7226879 or 113297. OLE color: 113297.

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

Color convert

RGB 145 186 1 -
CMYK 0.22 0 0.99 0.27
HSL 73.3º 0.99% 0.37% -
HSV(B) 73.3º 0.99% 0.73% -
XYZ 29.24 41.14 6.43 -
YUV 152.65 42.42 122.54 -
System Red Green Blue C M Y K H S L
Decimal 145 186 1 0.22 0 0.99 0.27 73.3 0.99 0.37
Hex 91 BA 1 16 0 63 1B 49 63 25
Octal 221 272 1 26 0 143 33 111 143 45
Binary 10010001 10111010 1 10110 0 1100011 11011 1001001 1100011 100101

Color Harmonies of #91BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BA01

Black with #91BA01

Text Example


Text Example

White with #91BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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