Html Css Color HEX #92C302 Citrus

📋 copy color: '#92C302'

red 146 ◦ green 195 ◦ blue 2

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

Shades of Citrus #92C302

Tints of Citrus #92C302

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.85%

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

R = 42.57%
G = 56.85%
B = 0.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#92C302 (or 0x92C302) is known color: Citrus. HEX triplet: 92, C3 and 02. RGB value is (146,195,2). Sum of RGB (Red+Green+Blue) = 146+195+2=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 195 (76.56% from 255 or 56.85% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 195 - color contains mainly: green. Hex color #92C302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C302 is #6D3CFD. Grayscale: #9F9F9F. Windows color (decimal): -7159038 or 181138. OLE color: 181138.

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

Color convert

RGB 146 195 2 -
CMYK 0.25 0 0.99 0.24
HSL 75.23º 0.98% 0.39% -
HSV(B) 75.23º 0.99% 0.76% -
XYZ 31.38 45.15 7.12 -
YUV 158.35 39.77 119.19 -
System Red Green Blue C M Y K H S L
Decimal 146 195 2 0.25 0 0.99 0.24 75.23 0.98 0.39
Hex 92 C3 2 19 0 63 18 4B 62 27
Octal 222 303 2 31 0 143 30 113 142 47
Binary 10010010 11000011 10 11001 0 1100011 11000 1001011 1100010 100111

Color Harmonies of #92C302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C302

Black with #92C302

Text Example


Text Example

White with #92C302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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