Html Css Color HEX #92C010 Citrus

📋 copy color: '#92C010'

red 146 ◦ green 192 ◦ blue 16

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

Shades of Citrus #92C010

Tints of Citrus #92C010

RGB

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

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

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

R = 41.24%
G = 54.24%
B = 4.52%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#92C010 (or 0x92C010) is known color: Citrus. HEX triplet: 92, C0 and 10. RGB value is (146,192,16). Sum of RGB (Red+Green+Blue) = 146+192+16=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #92C010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C010 is #6D3FEF. Grayscale: #9E9E9E. Windows color (decimal): -7159792 or 1097874. OLE color: 1097874.

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

Color convert

RGB 146 192 16 -
CMYK 0.24 0 0.92 0.25
HSL 75.68º 0.85% 0.41% -
HSV(B) 75.68º 0.92% 0.75% -
XYZ 30.8 43.85 7.33 -
YUV 158.18 47.76 119.31 -
System Red Green Blue C M Y K H S L
Decimal 146 192 16 0.24 0 0.92 0.25 75.68 0.85 0.41
Hex 92 C0 10 18 0 5C 19 4C 55 29
Octal 222 300 20 30 0 134 31 114 125 51
Binary 10010010 11000000 10000 11000 0 1011100 11001 1001100 1010101 101001

Color Harmonies of #92C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C010

Black with #92C010

Text Example


Text Example

White with #92C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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