Html Css Color HEX #92C314 Citrus

📋 copy color: '#92C314'

red 146 ◦ green 195 ◦ blue 20

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

Shades of Citrus #92C314

Tints of Citrus #92C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.02%

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

R = 40.44%
G = 54.02%
B = 5.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#92C314 (or 0x92C314) is known color: Citrus. HEX triplet: 92, C3 and 14. RGB value is (146,195,20). Sum of RGB (Red+Green+Blue) = 146+195+20=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #92C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C314 is #6D3CEB. Grayscale: #A1A1A1. Windows color (decimal): -7159020 or 1360786. OLE color: 1360786.

HSL color Cylindrical-coordinate representation of color #92C314: hue angle of 76.8º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92C314 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 195 20 -
CMYK 0.25 0 0.90 0.24
HSL 76.8º 0.81% 0.42% -
HSV(B) 76.8º 0.9% 0.76% -
XYZ 31.5 45.19 7.72 -
YUV 160.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 146 195 20 0.25 0 0.90 0.24 76.8 0.81 0.42
Hex 92 C3 14 19 0 5A 18 4D 51 2A
Octal 222 303 24 31 0 132 30 115 121 52
Binary 10010010 11000011 10100 11001 0 1011010 11000 1001101 1010001 101010

Color Harmonies of #92C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C314

Black with #92C314

Text Example


Text Example

White with #92C314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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