Html Css Color HEX #92C002 Citrus

📋 copy color: '#92C002'

red 146 ◦ green 192 ◦ blue 2

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

Shades of Citrus #92C002

Tints of Citrus #92C002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 42.94%
G = 56.47%
B = 0.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#92C002 (or 0x92C002) is known color: Citrus. HEX triplet: 92, C0 and 02. RGB value is (146,192,2). Sum of RGB (Red+Green+Blue) = 146+192+2=340 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.94% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #92C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C002 is #6D3FFD. Grayscale: #9D9D9D. Windows color (decimal): -7159806 or 180370. OLE color: 180370.

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

Color convert

RGB 146 192 2 -
CMYK 0.24 0 0.99 0.25
HSL 74.53º 0.98% 0.38% -
HSV(B) 74.53º 0.99% 0.75% -
XYZ 30.71 43.81 6.9 -
YUV 156.59 40.76 120.45 -
System Red Green Blue C M Y K H S L
Decimal 146 192 2 0.24 0 0.99 0.25 74.53 0.98 0.38
Hex 92 C0 2 18 0 63 19 4B 62 26
Octal 222 300 2 30 0 143 31 113 142 46
Binary 10010010 11000000 10 11000 0 1100011 11001 1001011 1100010 100110

Color Harmonies of #92C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C002

Black with #92C002

Text Example


Text Example

White with #92C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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