Html Css Color HEX #92BC40 Atlantis

📋 copy color: '#92BC40'

red 146 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #92BC40

Tints of Atlantis #92BC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 36.68%
G = 47.24%
B = 16.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#92BC40 (or 0x92BC40) is known color: Atlantis. HEX triplet: 92, BC and 40. RGB value is (146,188,64). Sum of RGB (Red+Green+Blue) = 146+188+64=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92BC40 is #6D43BF. Grayscale: #A1A1A1. Windows color (decimal): -7160768 or 4242578. OLE color: 4242578.

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

Color convert

RGB 146 188 64 -
CMYK 0.22 0 0.66 0.26
HSL 80.32º 0.49% 0.49% -
HSV(B) 80.32º 0.66% 0.74% -
XYZ 30.76 42.45 11.42 -
YUV 161.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 146 188 64 0.22 0 0.66 0.26 80.32 0.49 0.49
Hex 92 BC 40 16 0 42 1A 50 31 31
Octal 222 274 100 26 0 102 32 120 61 61
Binary 10010010 10111100 1000000 10110 0 1000010 11010 1010000 110001 110001

Color Harmonies of #92BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC40

Black with #92BC40

Text Example


Text Example

White with #92BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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