Html Css Color HEX #928C14 Citron

📋 copy color: '#928C14'

red 146 ◦ green 140 ◦ blue 20

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

Shades of Citron #928C14

Tints of Citron #928C14

RGB

 RED value IS 146 (57.42% from 255) = 47.71%

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 20 (8.2% from 255) = 6.54%

R = 47.71%
G = 45.75%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#928C14 (or 0x928C14) is known color: Citron. HEX triplet: 92, 8C and 14. RGB value is (146,140,20). Sum of RGB (Red+Green+Blue) = 146+140+20=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #928C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #928C14 is #6D73EB. Grayscale: #808080. Windows color (decimal): -7173100 or 1346706. OLE color: 1346706.

HSL color Cylindrical-coordinate representation of color #928C14: hue angle of 57.14º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #928C14 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 140 20 -
CMYK 0 0.04 0.86 0.43
HSL 57.14º 0.76% 0.33% -
HSV(B) 57.14º 0.86% 0.57% -
XYZ 21.36 24.92 4.35 -
YUV 128.11 66.99 140.76 -
System Red Green Blue C M Y K H S L
Decimal 146 140 20 0 0.04 0.86 0.43 57.14 0.76 0.33
Hex 92 8C 14 0 4 56 2B 39 4C 21
Octal 222 214 24 0 4 126 53 71 114 41
Binary 10010010 10001100 10100 0 100 1010110 101011 111001 1001100 100001

Color Harmonies of #928C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928C14

Black with #928C14

Text Example


Text Example

White with #928C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928C14; }

 p { color: rgb(146,140,20); }

 H1.HeaderClassName
 {
   color: #928C14;
 }
 .AnyTagClassName
 {
   color: #928C14;
 }
</style>

background-color css

<style>
 a { background-color: #928C14; }

 a { background-color: rgb(146,140,20); }

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

border-color css

<style>
 span { border-color: #928C14; }

 span { border-color: rgb(146,140,20); }

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