Html Css Color HEX #92C210 Citrus

📋 copy color: '#92C210'

red 146 ◦ green 194 ◦ blue 16

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

Shades of Citrus #92C210

Tints of Citrus #92C210

RGB

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

 GREEN value IS 194 (76.17% from 255) = 54.49%

 BLUE value IS 16 (6.64% from 255) = 4.49%

R = 41.01%
G = 54.49%
B = 4.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#92C210 (or 0x92C210) is known color: Citrus. HEX triplet: 92, C2 and 10. RGB value is (146,194,16). Sum of RGB (Red+Green+Blue) = 146+194+16=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 194 (76.17% from 255 or 54.49% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 194 - color contains mainly: green. Hex color #92C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C210 is #6D3DEF. Grayscale: #A0A0A0. Windows color (decimal): -7159280 or 1098386. OLE color: 1098386.

HSL color Cylindrical-coordinate representation of color #92C210: hue angle of 76.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #92C210 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 146 194 16 -
CMYK 0.25 0 0.92 0.24
HSL 76.18º 0.85% 0.41% -
HSV(B) 76.18º 0.92% 0.76% -
XYZ 31.24 44.73 7.48 -
YUV 159.36 47.1 118.47 -
System Red Green Blue C M Y K H S L
Decimal 146 194 16 0.25 0 0.92 0.24 76.18 0.85 0.41
Hex 92 C2 10 19 0 5C 18 4C 55 29
Octal 222 302 20 31 0 134 30 114 125 51
Binary 10010010 11000010 10000 11001 0 1011100 11000 1001100 1010101 101001

Color Harmonies of #92C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C210

Black with #92C210

Text Example


Text Example

White with #92C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,194,16); }

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

background-color css

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

 a { background-color: rgb(146,194,16); }

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

border-color css

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

 span { border-color: rgb(146,194,16); }

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