Html Css Color HEX #92C504 Citrus

📋 copy color: '#92C504'

red 146 ◦ green 197 ◦ blue 4

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

Shades of Citrus #92C504

Tints of Citrus #92C504

RGB

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

 GREEN value IS 197 (77.34% from 255) = 56.77%

 BLUE value IS 4 (1.95% from 255) = 1.15%

R = 42.07%
G = 56.77%
B = 1.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#92C504 (or 0x92C504) is known color: Citrus. HEX triplet: 92, C5 and 04. RGB value is (146,197,4). Sum of RGB (Red+Green+Blue) = 146+197+4=347 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.07% from 347); Green value is 197 (77.34% from 255 or 56.77% from 347); Blue value is 4 (1.95% from 255 or 1.15% from 347); Max value from RGB is 197 - color contains mainly: green. Hex color #92C504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C504 is #6D3AFB. Grayscale: #A0A0A0. Windows color (decimal): -7158524 or 312722. OLE color: 312722.

HSL color Cylindrical-coordinate representation of color #92C504: hue angle of 75.85º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92C504 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 146 197 4 -
CMYK 0.26 0 0.98 0.23
HSL 75.85º 0.96% 0.39% -
HSV(B) 75.85º 0.98% 0.77% -
XYZ 31.84 46.05 7.33 -
YUV 159.75 40.1 118.19 -
System Red Green Blue C M Y K H S L
Decimal 146 197 4 0.26 0 0.98 0.23 75.85 0.96 0.39
Hex 92 C5 4 1A 0 62 17 4C 60 27
Octal 222 305 4 32 0 142 27 114 140 47
Binary 10010010 11000101 100 11010 0 1100010 10111 1001100 1100000 100111

Color Harmonies of #92C504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C504

Black with #92C504

Text Example


Text Example

White with #92C504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,197,4); }

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

background-color css

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

 a { background-color: rgb(146,197,4); }

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

border-color css

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

 span { border-color: rgb(146,197,4); }

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