Html Css Color HEX #919E01 Citrus

📋 copy color: '#919E01'

red 145 ◦ green 158 ◦ blue 1

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

Shades of Citrus #919E01

Tints of Citrus #919E01

RGB

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

 GREEN value IS 158 (62.11% from 255) = 51.97%

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

R = 47.7%
G = 51.97%
B = 0.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#919E01 (or 0x919E01) is known color: Citrus. HEX triplet: 91, 9E and 01. RGB value is (145,158,1). Sum of RGB (Red+Green+Blue) = 145+158+1=304 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.70% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 1 (0.78% from 255 or 0.33% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #919E01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919E01 is #6E61FE. Grayscale: #888888. Windows color (decimal): -7234047 or 106129. OLE color: 106129.

HSL color Cylindrical-coordinate representation of color #919E01: hue angle of 64.97º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #919E01 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 158 1 -
CMYK 0.08 0 0.99 0.38
HSL 64.97º 0.99% 0.31% -
HSV(B) 64.97º 0.99% 0.62% -
XYZ 23.91 30.48 4.65 -
YUV 136.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 145 158 1 0.08 0 0.99 0.38 64.97 0.99 0.31
Hex 91 9E 1 8 0 63 26 41 63 1F
Octal 221 236 1 10 0 143 46 101 143 37
Binary 10010001 10011110 1 1000 0 1100011 100110 1000001 1100011 11111

Color Harmonies of #919E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919E01

Black with #919E01

Text Example


Text Example

White with #919E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919E01; }

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

 H1.HeaderClassName
 {
   color: #919E01;
 }
 .AnyTagClassName
 {
   color: #919E01;
 }
</style>

background-color css

<style>
 a { background-color: #919E01; }

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

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

border-color css

<style>
 span { border-color: #919E01; }

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

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