Html Css Color HEX #92C601 Citrus

📋 copy color: '#92C601'

red 146 ◦ green 198 ◦ blue 1

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

Shades of Citrus #92C601

Tints of Citrus #92C601

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.39%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 42.32%
G = 57.39%
B = 0.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#92C601 (or 0x92C601) is known color: Citrus. HEX triplet: 92, C6 and 01. RGB value is (146,198,1). Sum of RGB (Red+Green+Blue) = 146+198+1=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 198 (77.73% from 255 or 57.39% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 198 - color contains mainly: green. Hex color #92C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C601 is #6D39FE. Grayscale: #A0A0A0. Windows color (decimal): -7158271 or 116370. OLE color: 116370.

HSL color Cylindrical-coordinate representation of color #92C601: hue angle of 75.84º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #92C601 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 146 198 1 -
CMYK 0.26 0 0.99 0.22
HSL 75.84º 0.99% 0.39% -
HSV(B) 75.84º 0.99% 0.78% -
XYZ 32.05 46.5 7.31 -
YUV 159.99 38.27 118.02 -
System Red Green Blue C M Y K H S L
Decimal 146 198 1 0.26 0 0.99 0.22 75.84 0.99 0.39
Hex 92 C6 1 1A 0 63 16 4C 63 27
Octal 222 306 1 32 0 143 26 114 143 47
Binary 10010010 11000110 1 11010 0 1100011 10110 1001100 1100011 100111

Color Harmonies of #92C601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C601

Black with #92C601

Text Example


Text Example

White with #92C601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,198,1); }

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

background-color css

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

 a { background-color: rgb(146,198,1); }

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

border-color css

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

 span { border-color: rgb(146,198,1); }

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