Html Css Color HEX #91BA00 Citrus

📋 copy color: '#91BA00'

red 145 ◦ green 186 ◦ blue 0

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

Shades of Citrus #91BA00

Tints of Citrus #91BA00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.81%
G = 56.19%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#91BA00 (or 0x91BA00) is known color: Citrus. HEX triplet: 91, BA and 00. RGB value is (145,186,0). Sum of RGB (Red+Green+Blue) = 145+186+0=331 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.81% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #91BA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BA00 is #6E45FF. Grayscale: #999999. Windows color (decimal): -7226880 or 47761. OLE color: 47761.

HSL color Cylindrical-coordinate representation of color #91BA00: hue angle of 73.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #91BA00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 145 186 0 -
CMYK 0.22 0 1 0.27
HSL 73.23º 1% 0.36% -
HSV(B) 73.23º 1% 0.73% -
XYZ 29.24 41.14 6.4 -
YUV 152.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 145 186 0 0.22 0 1 0.27 73.23 1 0.36
Hex 91 BA 0 16 0 64 1B 49 64 24
Octal 221 272 0 26 0 144 33 111 144 44
Binary 10010001 10111010 0 10110 0 1100100 11011 1001001 1100100 100100

Color Harmonies of #91BA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BA00

Black with #91BA00

Text Example


Text Example

White with #91BA00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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