Html Css Color HEX #92BC13 Citrus

📋 copy color: '#92BC13'

red 146 ◦ green 188 ◦ blue 19

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

Shades of Citrus #92BC13

Tints of Citrus #92BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 41.36%
G = 53.26%
B = 5.38%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#92BC13 (or 0x92BC13) is known color: Citrus. HEX triplet: 92, BC and 13. RGB value is (146,188,19). Sum of RGB (Red+Green+Blue) = 146+188+19=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #92BC13 is #6D43EC. Grayscale: #9C9C9C. Windows color (decimal): -7160813 or 1293458. OLE color: 1293458.

HSL color Cylindrical-coordinate representation of color #92BC13: hue angle of 74.91º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #92BC13 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 19 -
CMYK 0.22 0 0.90 0.26
HSL 74.91º 0.82% 0.41% -
HSV(B) 74.91º 0.9% 0.74% -
XYZ 29.95 42.12 7.17 -
YUV 156.18 50.59 120.74 -
System Red Green Blue C M Y K H S L
Decimal 146 188 19 0.22 0 0.90 0.26 74.91 0.82 0.41
Hex 92 BC 13 16 0 5A 1A 4B 52 29
Octal 222 274 23 26 0 132 32 113 122 51
Binary 10010010 10111100 10011 10110 0 1011010 11010 1001011 1010010 101001

Color Harmonies of #92BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC13

Black with #92BC13

Text Example


Text Example

White with #92BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,19); }

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

background-color css

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

 a { background-color: rgb(146,188,19); }

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

border-color css

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

 span { border-color: rgb(146,188,19); }

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