Html Css Color HEX #919B0C Citron

📋 copy color: '#919B0C'

red 145 ◦ green 155 ◦ blue 12

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

Shades of Citron #919B0C

Tints of Citron #919B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.85%

R = 46.47%
G = 49.68%
B = 3.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#919B0C (or 0x919B0C) is known color: Citron. HEX triplet: 91, 9B and 0C. RGB value is (145,155,12). Sum of RGB (Red+Green+Blue) = 145+155+12=312 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.47% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #919B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919B0C is #6E64F3. Grayscale: #888888. Windows color (decimal): -7234804 or 826257. OLE color: 826257.

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

Color convert

RGB 145 155 12 -
CMYK 0.06 0 0.92 0.39
HSL 64.2º 0.86% 0.33% -
HSV(B) 64.2º 0.92% 0.61% -
XYZ 23.46 29.49 4.8 -
YUV 135.71 58.19 134.63 -
System Red Green Blue C M Y K H S L
Decimal 145 155 12 0.06 0 0.92 0.39 64.2 0.86 0.33
Hex 91 9B C 6 0 5C 27 40 56 21
Octal 221 233 14 6 0 134 47 100 126 41
Binary 10010001 10011011 1100 110 0 1011100 100111 1000000 1010110 100001

Color Harmonies of #919B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B0C

Black with #919B0C

Text Example


Text Example

White with #919B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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