Html Css Color HEX #92AA14 Citrus

📋 copy color: '#92AA14'

red 146 ◦ green 170 ◦ blue 20

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

Shades of Citrus #92AA14

Tints of Citrus #92AA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.6%

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

R = 43.45%
G = 50.6%
B = 5.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#92AA14 (or 0x92AA14) is known color: Citrus. HEX triplet: 92, AA and 14. RGB value is (146,170,20). Sum of RGB (Red+Green+Blue) = 146+170+20=336 (44% of max value = 765). Red value is 146 (57.42% from 255 or 43.45% from 336); Green value is 170 (66.80% from 255 or 50.60% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 170 - color contains mainly: green. Hex color #92AA14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #92AA14 is #6D55EB. Grayscale: #929292. Windows color (decimal): -7165420 or 1354386. OLE color: 1354386.

HSL color Cylindrical-coordinate representation of color #92AA14: hue angle of 69.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #92AA14 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 170 20 -
CMYK 0.14 0 0.88 0.33
HSL 69.6º 0.79% 0.37% -
HSV(B) 69.6º 0.88% 0.67% -
XYZ 26.36 34.91 6.01 -
YUV 145.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 146 170 20 0.14 0 0.88 0.33 69.6 0.79 0.37
Hex 92 AA 14 E 0 58 21 46 4F 25
Octal 222 252 24 16 0 130 41 106 117 45
Binary 10010010 10101010 10100 1110 0 1011000 100001 1000110 1001111 100101

Color Harmonies of #92AA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AA14

Black with #92AA14

Text Example


Text Example

White with #92AA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92AA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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