Html Css Color HEX #929514 Citron

📋 copy color: '#929514'

red 146 ◦ green 149 ◦ blue 20

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

Shades of Citron #929514

Tints of Citron #929514

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.3%

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

R = 46.35%
G = 47.3%
B = 6.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#929514 (or 0x929514) is known color: Citron. HEX triplet: 92, 95 and 14. RGB value is (146,149,20). Sum of RGB (Red+Green+Blue) = 146+149+20=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 149 (58.59% from 255 or 47.30% from 315); Blue value is 20 (8.20% from 255 or 6.35% from 315); Max value from RGB is 149 - color contains mainly: green. Hex color #929514 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #929514 is #6D6AEB. Grayscale: #858585. Windows color (decimal): -7170796 or 1349010. OLE color: 1349010.

HSL color Cylindrical-coordinate representation of color #929514: hue angle of 61.4º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #929514 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 149 20 -
CMYK 0.02 0 0.87 0.42
HSL 61.4º 0.76% 0.33% -
HSV(B) 61.4º 0.87% 0.58% -
XYZ 22.73 27.66 4.8 -
YUV 133.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 146 149 20 0.02 0 0.87 0.42 61.4 0.76 0.33
Hex 92 95 14 2 0 57 2A 3D 4C 21
Octal 222 225 24 2 0 127 52 75 114 41
Binary 10010010 10010101 10100 10 0 1010111 101010 111101 1001100 100001

Color Harmonies of #929514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929514

Black with #929514

Text Example


Text Example

White with #929514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929514; }

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

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

background-color css

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

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

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

border-color css

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

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

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