Html Css Color HEX #92C80C Citrus

📋 copy color: '#92C80C'

red 146 ◦ green 200 ◦ blue 12

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

Shades of Citrus #92C80C

Tints of Citrus #92C80C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 55.87%

 BLUE value IS 12 (5.08% from 255) = 3.35%

R = 40.78%
G = 55.87%
B = 3.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#92C80C (or 0x92C80C) is known color: Citrus. HEX triplet: 92, C8 and 0C. RGB value is (146,200,12). Sum of RGB (Red+Green+Blue) = 146+200+12=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 200 (78.52% from 255 or 55.87% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 200 - color contains mainly: green. Hex color #92C80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C80C is #6D37F3. Grayscale: #A3A3A3. Windows color (decimal): -7157748 or 837778. OLE color: 837778.

HSL color Cylindrical-coordinate representation of color #92C80C: hue angle of 77.23º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #92C80C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 200 12 -
CMYK 0.27 0 0.94 0.22
HSL 77.23º 0.89% 0.42% -
HSV(B) 77.23º 0.94% 0.78% -
XYZ 32.57 47.45 7.79 -
YUV 162.42 43.11 116.29 -
System Red Green Blue C M Y K H S L
Decimal 146 200 12 0.27 0 0.94 0.22 77.23 0.89 0.42
Hex 92 C8 C 1B 0 5E 16 4D 59 2A
Octal 222 310 14 33 0 136 26 115 131 52
Binary 10010010 11001000 1100 11011 0 1011110 10110 1001101 1011001 101010

Color Harmonies of #92C80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C80C

Black with #92C80C

Text Example


Text Example

White with #92C80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,200,12); }

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

background-color css

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

 a { background-color: rgb(146,200,12); }

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

border-color css

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

 span { border-color: rgb(146,200,12); }

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