Html Css Color HEX #92C914 Citrus

📋 copy color: '#92C914'

red 146 ◦ green 201 ◦ blue 20

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

Shades of Citrus #92C914

Tints of Citrus #92C914

RGB

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

 GREEN value IS 201 (78.91% from 255) = 54.77%

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 39.78%
G = 54.77%
B = 5.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#92C914 (or 0x92C914) is known color: Citrus. HEX triplet: 92, C9 and 14. RGB value is (146,201,20). Sum of RGB (Red+Green+Blue) = 146+201+20=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 201 (78.91% from 255 or 54.77% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 201 - color contains mainly: green. Hex color #92C914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92C914 is #6D36EB. Grayscale: #A4A4A4. Windows color (decimal): -7157484 or 1362322. OLE color: 1362322.

HSL color Cylindrical-coordinate representation of color #92C914: hue angle of 78.23º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92C914 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 146 201 20 -
CMYK 0.27 0 0.90 0.21
HSL 78.23º 0.82% 0.43% -
HSV(B) 78.23º 0.9% 0.79% -
XYZ 32.87 47.93 8.18 -
YUV 163.92 46.78 115.22 -
System Red Green Blue C M Y K H S L
Decimal 146 201 20 0.27 0 0.90 0.21 78.23 0.82 0.43
Hex 92 C9 14 1B 0 5A 15 4E 52 2B
Octal 222 311 24 33 0 132 25 116 122 53
Binary 10010010 11001001 10100 11011 0 1011010 10101 1001110 1010010 101011

Color Harmonies of #92C914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92C914

Black with #92C914

Text Example


Text Example

White with #92C914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,201,20); }

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

background-color css

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

 a { background-color: rgb(146,201,20); }

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

border-color css

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

 span { border-color: rgb(146,201,20); }

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