Html Css Color HEX #91BF0E Citrus

📋 copy color: '#91BF0E'

red 145 ◦ green 191 ◦ blue 14

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

Shades of Citrus #91BF0E

Tints of Citrus #91BF0E

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 41.43%
G = 54.57%
B = 4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#91BF0E (or 0x91BF0E) is known color: Citrus. HEX triplet: 91, BF and 0E. RGB value is (145,191,14). Sum of RGB (Red+Green+Blue) = 145+191+14=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #91BF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BF0E is #6E40F1. Grayscale: #9D9D9D. Windows color (decimal): -7225586 or 966545. OLE color: 966545.

HSL color Cylindrical-coordinate representation of color #91BF0E: hue angle of 75.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91BF0E is Cyan = 0.24, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB 145 191 14 -
CMYK 0.24 0 0.93 0.25
HSL 75.59º 0.86% 0.4% -
HSV(B) 75.59º 0.93% 0.75% -
XYZ 30.39 43.31 7.17 -
YUV 157.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 145 191 14 0.24 0 0.93 0.25 75.59 0.86 0.4
Hex 91 BF E 18 0 5D 19 4C 56 28
Octal 221 277 16 30 0 135 31 114 126 50
Binary 10010001 10111111 1110 11000 0 1011101 11001 1001100 1010110 101000

Color Harmonies of #91BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BF0E

Black with #91BF0E

Text Example


Text Example

White with #91BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,191,14); }

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

background-color css

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

 a { background-color: rgb(145,191,14); }

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

border-color css

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

 span { border-color: rgb(145,191,14); }

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