Html Css Color HEX #92C013 Citrus

📋 copy color: '#92C013'

red 146 ◦ green 192 ◦ blue 19

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

Shades of Citrus #92C013

Tints of Citrus #92C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

 BLUE value IS 19 (7.81% from 255) = 5.32%

R = 40.9%
G = 53.78%
B = 5.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#92C013 (or 0x92C013) is known color: Citrus. HEX triplet: 92, C0 and 13. RGB value is (146,192,19). Sum of RGB (Red+Green+Blue) = 146+192+19=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #92C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C013 is #6D3FEC. Grayscale: #9F9F9F. Windows color (decimal): -7159789 or 1294482. OLE color: 1294482.

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

Color convert

RGB 146 192 19 -
CMYK 0.24 0 0.90 0.25
HSL 75.95º 0.82% 0.41% -
HSV(B) 75.95º 0.9% 0.75% -
XYZ 30.82 43.86 7.46 -
YUV 158.52 49.26 119.07 -
System Red Green Blue C M Y K H S L
Decimal 146 192 19 0.24 0 0.90 0.25 75.95 0.82 0.41
Hex 92 C0 13 18 0 5A 19 4C 52 29
Octal 222 300 23 30 0 132 31 114 122 51
Binary 10010010 11000000 10011 11000 0 1011010 11001 1001100 1010010 101001

Color Harmonies of #92C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C013

Black with #92C013

Text Example


Text Example

White with #92C013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,192,19); }

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

background-color css

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

 a { background-color: rgb(146,192,19); }

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

border-color css

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

 span { border-color: rgb(146,192,19); }

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