Html Css Color HEX #91BC12 Citrus

📋 copy color: '#91BC12'

red 145 ◦ green 188 ◦ blue 18

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

Shades of Citrus #91BC12

Tints of Citrus #91BC12

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.56%

 BLUE value IS 18 (7.42% from 255) = 5.13%

R = 41.31%
G = 53.56%
B = 5.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#91BC12 (or 0x91BC12) is known color: Citrus. HEX triplet: 91, BC and 12. RGB value is (145,188,18). Sum of RGB (Red+Green+Blue) = 145+188+18=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #91BC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91BC12 is #6E43ED. Grayscale: #9C9C9C. Windows color (decimal): -7226350 or 1227921. OLE color: 1227921.

HSL color Cylindrical-coordinate representation of color #91BC12: hue angle of 75.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91BC12 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 188 18 -
CMYK 0.23 0 0.90 0.26
HSL 75.18º 0.83% 0.4% -
HSV(B) 75.18º 0.9% 0.74% -
XYZ 29.77 42.03 7.12 -
YUV 155.76 50.25 120.32 -
System Red Green Blue C M Y K H S L
Decimal 145 188 18 0.23 0 0.90 0.26 75.18 0.83 0.4
Hex 91 BC 12 17 0 5A 1A 4B 53 28
Octal 221 274 22 27 0 132 32 113 123 50
Binary 10010001 10111100 10010 10111 0 1011010 11010 1001011 1010011 101000

Color Harmonies of #91BC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91BC12

Black with #91BC12

Text Example


Text Example

White with #91BC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,188,18); }

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

background-color css

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

 a { background-color: rgb(145,188,18); }

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

border-color css

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

 span { border-color: rgb(145,188,18); }

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