Html Css Color HEX #919B05 Citron

📋 copy color: '#919B05'

red 145 ◦ green 155 ◦ blue 5

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

Shades of Citron #919B05

Tints of Citron #919B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.82%

 BLUE value IS 5 (2.34% from 255) = 1.64%

R = 47.54%
G = 50.82%
B = 1.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#919B05 (or 0x919B05) is known color: Citron. HEX triplet: 91, 9B and 05. RGB value is (145,155,5). Sum of RGB (Red+Green+Blue) = 145+155+5=305 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.54% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #919B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919B05 is #6E64FA. Grayscale: #878787. Windows color (decimal): -7234811 or 367505. OLE color: 367505.

HSL color Cylindrical-coordinate representation of color #919B05: hue angle of 64º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #919B05 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 155 5 -
CMYK 0.06 0 0.97 0.39
HSL 64º 0.94% 0.31% -
HSV(B) 64º 0.97% 0.61% -
XYZ 23.43 29.47 4.6 -
YUV 134.91 54.69 135.2 -
System Red Green Blue C M Y K H S L
Decimal 145 155 5 0.06 0 0.97 0.39 64 0.94 0.31
Hex 91 9B 5 6 0 61 27 40 5E 1F
Octal 221 233 5 6 0 141 47 100 136 37
Binary 10010001 10011011 101 110 0 1100001 100111 1000000 1011110 11111

Color Harmonies of #919B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B05

Black with #919B05

Text Example


Text Example

White with #919B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,155,5); }

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

background-color css

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

 a { background-color: rgb(145,155,5); }

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

border-color css

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

 span { border-color: rgb(145,155,5); }

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