Html Css Color HEX #91C312 Citrus

📋 copy color: '#91C312'

red 145 ◦ green 195 ◦ blue 18

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

Shades of Citrus #91C312

Tints of Citrus #91C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

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

R = 40.5%
G = 54.47%
B = 5.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#91C312 (or 0x91C312) is known color: Citrus. HEX triplet: 91, C3 and 12. RGB value is (145,195,18). Sum of RGB (Red+Green+Blue) = 145+195+18=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #91C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91C312 is #6E3CED. Grayscale: #A0A0A0. Windows color (decimal): -7224558 or 1229713. OLE color: 1229713.

HSL color Cylindrical-coordinate representation of color #91C312: hue angle of 76.95º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #91C312 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 145 195 18 -
CMYK 0.26 0 0.91 0.24
HSL 76.95º 0.83% 0.42% -
HSV(B) 76.95º 0.91% 0.76% -
XYZ 31.3 45.09 7.63 -
YUV 159.87 47.94 117.39 -
System Red Green Blue C M Y K H S L
Decimal 145 195 18 0.26 0 0.91 0.24 76.95 0.83 0.42
Hex 91 C3 12 1A 0 5B 18 4D 53 2A
Octal 221 303 22 32 0 133 30 115 123 52
Binary 10010001 11000011 10010 11010 0 1011011 11000 1001101 1010011 101010

Color Harmonies of #91C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91C312

Black with #91C312

Text Example


Text Example

White with #91C312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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