Html Css Color HEX #92BC41 Atlantis

📋 copy color: '#92BC41'

red 146 ◦ green 188 ◦ blue 65

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

Shades of Atlantis #92BC41

Tints of Atlantis #92BC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 36.59%
G = 47.12%
B = 16.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#92BC41 (or 0x92BC41) is known color: Atlantis. HEX triplet: 92, BC and 41. RGB value is (146,188,65). Sum of RGB (Red+Green+Blue) = 146+188+65=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC41 is #6D43BE. Grayscale: #A1A1A1. Windows color (decimal): -7160767 or 4308114. OLE color: 4308114.

HSL color Cylindrical-coordinate representation of color #92BC41: hue angle of 80.49º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92BC41 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 65 -
CMYK 0.22 0 0.65 0.26
HSL 80.49º 0.49% 0.5% -
HSV(B) 80.49º 0.65% 0.74% -
XYZ 30.79 42.46 11.57 -
YUV 161.42 73.59 117 -
System Red Green Blue C M Y K H S L
Decimal 146 188 65 0.22 0 0.65 0.26 80.49 0.49 0.5
Hex 92 BC 41 16 0 41 1A 50 31 32
Octal 222 274 101 26 0 101 32 120 61 62
Binary 10010010 10111100 1000001 10110 0 1000001 11010 1010000 110001 110010

Color Harmonies of #92BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC41

Black with #92BC41

Text Example


Text Example

White with #92BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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